入门 打印出“hello, world”

 
#include <stdio.h>
main()
{
   printf("hello, world\n");
}




posted @ 2012-06-26 19:12  XE2011  阅读(209)  评论(0)    收藏  举报