clang helloworld.c. Above command generates binary executable with default name a.out, now we can execute the program as below, $ ./a.out Hello World.
確定! 回上一頁