第一次编程 发布时间:2026/9/20 18:53:26 多彩编程 技术笔记 #include stdio.h int main() { /* 我的第一个 C 程序 */ printf(Hello, World! \n); return 0; gcc text.c a.exe 编程学习 技术笔记 实战干货 返回列表