#include<stdio.h>
int main()
{
/*在双引号中间输入Hello World*/
printf(" ");
return 0;
}
第一行:包含头文件,就是告知C的编译系统要开始处理程序
第二行:声明调用主函数