zhiyinjixu

  博客园  :: 首页  ::  :: 联系 ::  :: 管理

a@a-VirtualBox:~/Documents$ vim hello.c
a@a-VirtualBox:~/Documents$ cat hello.c
#include <stdio.h>
int main ()
{
printf("hello world 世界你好");
return 0;
}
a@a-VirtualBox:~/Documents$ gcc hello.c -o hello.out
a@a-VirtualBox:~/Documents$ ./hello.out
hello world 世界你好a@a-VirtualBox:~/Documents$ ls
hello.c hello.out
a@a-VirtualBox:~/Documents$

 

 

 

 

 

posted on 2011-12-02 09:51  zhiyinjixu  阅读(79)  评论(0)    收藏  举报