Board logo

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

作者: sjgau    時間: 2013-10-20 13:29     標題: C 的 "hello, world!"

  1. #include <stdio.h>

  2. int main(int argc, char *argv[])
  3. {
  4.    printf("\n hello, world! \n");   
  5.    printf("Press enter to continue ...");
  6.    getchar();       
  7.    
  8.    return 0;
  9. }
複製代碼





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