时间:2026-02-14 03:11:06
1、打开Dev-C++程序
2、写C语言标准头文件
#include<stdio.h>
3、写main函数
void main()
{
}
4、写输出函数
printf("Hello World");
5、运行结果