标签:return div hello 开始 color c 语言 turn int code
#include <stdio.h> int main() { /* 我的第一个 C 程序 */ printf("Hello, World! \n"); return 0; }
C语言Demo01——初识并编写第一个C语言程序
原文地址:https://www.cnblogs.com/xinyounuanyang/p/13955625.html