Home
Notes
About
Hello
It’s index page
#include
<stdio.h>
int
main
(
void
) { puts(
"hello world!"
);
return
0
; }