The Nest
Explore
Sign in
coka
work
hello.c
0
Code
Changes
Tags
Discussions
main
#include
<
stdio.h
>
int
main
(
void
)
{
printf
(
"
hello, world
\n
"
)
;
return
0
;
}