摘要: 编写一个HelloWorld程序 #include <stdio.h> #include <stdlib.h> int main(int argc,char **argv) { while(1) { printf("hello world\n"); sleep(2);//2s } } gcc编译生成 阅读全文
posted @ 2021-06-18 14:07 ziwuxian 阅读(269) 评论(0) 推荐(0) 编辑