Sign in
googlers
/
maze
/
klibc
/
ad6cb3fea7ce96aec76b3d147a43fb330a7ccf93
/
.
/
hello.c
blob: 20457af153cb9466c4544f469e3c06e5a2a9a07e [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"Hello, World!\n"
);
return
0
;
}