第一节 hello world

#include<stdio.h> /*引入标准输入输出库*/

/*入口函数*/

main()

{

/*在屏幕上打印出"hello world"*/

printf("hello word");

}

posted @ 2015-03-21 22:43  Lee_M  阅读(87)  评论(0编辑  收藏  举报