標題:
C 的 "hello, world!\n"
[打印本頁]
作者:
sjgau
時間:
2013-10-31 08:41
標題:
C 的 "hello, world!\n"
#if 0
hello, world! at 08:38
請按任意鍵繼續 . . .
#endif
// ----------------------------------------------
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[])
{
printf("\n hello, world! at 08:41 \n");
system("PAUSE");
return 0;
}
複製代碼
作者:
temple
時間:
2015-2-28 23:01
hello, 是很多人練習寫程式時的第一支練習
歡迎光臨 麻辣家族討論版版 (http://forum.twbts.com/)