1.1、入門

對於所有編程語言的初學者,第一程序幾乎是相同的!哈哈

Hello World!
#include <stdio.h>
main()
{
 
 printf("Hello World!/n"); /*調用函數庫中的printf以顯示字符序列*/
 system("pause");
}

發佈了21 篇原創文章 · 獲贊 7 · 訪問量 25萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章