首页
随机
登录
设置
立即捐款
如果本站对您有所助益,不妨现在就考虑捐款。
关于维基教科书
免责声明
搜索
Template
:
Codebox
语言
监视
编辑
{{{1}}}
{{{2}}}
hello.c
#include
<stdio.h>
int
main
()
{
printf
(
"hello world.
\n
"
);
}