1 #include<stdio.h> 2 main() 3 { 4 printf("hello,world"\n); 5 } 1 gcc hello.c 2 ./a.out 相关文章: 2021-04-22 2022-12-23 2021-10-12 2021-04-06 2021-07-10 2021-10-11 2022-12-23 2021-04-11