C语言hello world 代码 前端培训生 2025-07-18 22 阅读1分钟 C语言 hello world 代码 #include<stdio.h> int main() { printf("hello world "); return 0; }