首页
随机
登录
设置
资助我们
关于维基教科书
免责声明
搜索
模板
:
Codebox
语言
监视
编辑
{{{1}}}
{{{2}}}
hello.c
#include
<stdio.h>
int
main
()
{
printf
(
"hello world.
\n
"
);
}