#include <stdio.h> int main() { /* 我的第一个 C 程序 */ printf("Hello, World! \n"); return 0; }
实例解析:
c语言 hello
原文:https://www.cnblogs.com/82nlf-xlqb/p/11763967.html