gcc -Wall -o helloworld ccc.c //编译./helloworld //执行也可以直接用xcode创建新工程macOS -> Command Line Tool -> 选择c语言即可 (还可以断点调试)