開始為了遊戲 學習囉 第一個程序如下 ZE☆ #include <stdio.h>//頭文件 void main()//宣告 不返值函數main { printf("C語言,你好! \n");//打印一條文字 }