One - One Code All

Blog Content

Mac编译C语言程序

Linux-Mac   2018-01-01 07:17:25

创建C语言程序:

#include 

int main(){
    printf("Hello world");
    return 0;
}

终端编译查看:

gcc a.c
./a.out



上一篇:Mac删除Photoshop
下一篇:goland,IntelliJ 激活码

The minute you think of giving up, think of the reason why you held on so long.