打开主菜单
首页
随机
登录
设置
关于woodrow
免责声明
woodrow
搜索
Hello World
语言
监视
编辑
#include
<stdio.h>
int
main
()
{
printf
(
"hello, world!
\n
"
);
return
0
;
}