Linux下终于写出了HelloWorld了

来源:互联网 发布:maya mac 2016 破解 编辑:程序博客网 时间:2024/04/27 12:02

今天我终于写出了helloWorld!

这是每一个程序员的起点,呵呵!

学会的命令:

Here Compile:

gcc souce.c -o target

Here Run:

./target

Get Path:

echo $PATH;

Make your current path as default path

PATH=$PATH:

So

开始学习Linux了!