Board logo

標題: C 的 "hello, world!\n" [打印本頁]

作者: sjgau    時間: 2013-10-31 08:41     標題: C 的 "hello, world!\n"

  1. #if 0

  2. hello, world! at 08:38
  3. 請按任意鍵繼續 . . .

  4. #endif
  5. // ----------------------------------------------

  6. #include <stdio.h>
  7. #include <stdlib.h>

  8. int main(int argc, char *argv[])
  9. {
  10.    printf("\n hello, world! at 08:41 \n");   
  11.    system("PAUSE");       
  12.    
  13.    return 0;
  14. }
複製代碼

作者: temple    時間: 2015-2-28 23:01

hello, 是很多人練習寫程式時的第一支練習




歡迎光臨 麻辣家族討論版版 (http://forum.twbts.com/)