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