欢迎来到我的博客

摘要: #include<stdio.h> int main() { printf("Hello World!"); return 0; } cloudray@ubuntu:~/test/testc$ gcc -o test hello.c cloudray@ubuntu:~/test/testc$ ls 阅读全文
posted @ 2022-10-06 15:21 cloudraysun 阅读(67) 评论(0) 推荐(0)