hello world

caozg posted @ 2013年3月23日 04:37 in C/C++ with tags c/c++ , 958 阅读

第一个程序:

#include<stdio.h>
int main(int argc, char **argv)
{
   printf("hello world && hello is-programmmer!\n");
   return 0;
}
  • 无匹配

登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter