运行第一个程序!hello world!

第一个程序:

1
//打印 hello world 2 3 #include <stdio.h> 4 int main() 5 { 6   printf("hello world!\n"); 7   return 0; 8 }

打印结果:

posted on 2021-07-28 12:34  Bytezero!  阅读(78)  评论(0编辑  收藏  举报