第一个c语言程序 #include <stdio.h> //.h表示头文件 stdio standard 标准 io input output int main() { printf("Hello World\n"); return 0