linux 第一个hello world

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

posted @ 2015-07-13 23:21  新手起航  阅读(69)  评论(0)    收藏  举报