模板:Codebox

维基教科书,自由的教学读本

{{{1}}}

{{{2}}}


hello.c

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