Make 编译脚本上手

考察下面的示例代码:

main.c

#include <stdio.h> int main(){ printf("hello world!"); return 0; }

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zyyxjz.html