首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
代码贴
→
饭桶的代码贴
→
C语言
[C语言]hello world
#include<stdio.h>
main()
{printf("hello world!\n");
}
阅读全部
| 2011年10月29日 22:07
1
饭桶
全部(1)
C语言(1)