输入:
clang -fobjc-arc -framework Foundation hello.m -o hello.out
产生.out文件
然后输入:(./代表在当前目录下查找)
./hello.out
得到输出结果
终端命令:cd 进入目录;
ls 现实目录内的项目;