標題:
C 的 "hello, world!"
[打印本頁]
作者:
sjgau
時間:
2013-10-20 13:29
標題:
C 的 "hello, world!"
#include <stdio.h>
int main(int argc, char *argv[])
{
printf("\n hello, world! \n");
printf("Press enter to continue ...");
getchar();
return 0;
}
複製代碼
歡迎光臨 麻辣家族討論版版 (http://forum.twbts.com/)