#include <stdio.h> int main(void) { printf("Hello World"); }. 上面的指令包含了編譯器名稱gcc,來源檔案hello.c,和編譯選項-Wall,-Wall表示編譯 ...
確定! 回上一頁