編譯 : gcc hello.c -o hello函數
gcc hello.c -o hello
運行 : ./hello.outcode
./hello.out
C99 標準中main函數返回必須爲int型,而不是void型。編譯