SunBK201
About
RSS
2020-03-01
hello, world
#include
<stdio.h>
int
main
()
{
printf
(
"hello, world
\n
"
);
return
0
;
}