Cheatsheet-速查集CHelloWorldHelloWorld#include <stdio.h> int main() { printf("Hello, World!\n"); return 0; } // 编译 //运行