第一个C语言程序

示例代码如下:

// 头文件
#include <stdio.h>

// 主函数
int main(){
	// 打印输出
	printf("hello world\n");
	// 返回值
	return 0;
}
posted @ 2021-03-30 16:52  程序员陈师兄cxycsx  阅读(107)  评论(0)    收藏  举报