...

摘要: 运行平台:MacOS IDE: VSCode + CodeRunner C hello_c.c # include <stdio.h> int main() { printf("Hello, C!\n"); } 运行方式 gcc hello_c.c -o hello_c && ./hello_c C 阅读全文
posted @ 2022-04-15 11:17 韩志超 阅读(84) 评论(0) 推荐(0)