执行gcc -Wall hello.c main.c -o main命令,直接生成可执行文件main

test gcc -Wall hello.c main.c -o main
➜  test ./main 
hello world