摘要: 0.Hello world 开篇第一章 #include <stdio.h> int main(int argc, char *argv[]) { printf("Hello world!\n"); return 0; } 阅读全文
posted @ 2024-02-27 11:14 kernel-chaos 阅读(19) 评论(0) 推荐(0)