首頁
隨機
登入
設定
資助我們
關於維基教科書
免責聲明
搜尋
模板
:
Codebox
語言
監視
編輯
{{{1}}}
{{{2}}}
hello.c
#include
<stdio.h>
int
main
()
{
printf
(
"hello world.
\n
"
);
}