模板:Codebox

維基教科書,自由的教學讀本

{{{1}}}

{{{2}}}


hello.c

#include <stdio.h>
int main()
{
printf("hello world. \n");
}