gcc main.c -o main.out && ./main.out
运行两次main,out , 为什么不输出两个 hello world?
你的 前一段是把main.c编译成main.out,后一段才是执行main.out