Skip to main content
ivche's braindump
Top level navigation menu
Home
Archive
About Me
First post
27 October 2023
code
hello_world.c
#
#
import
<
stdio
.
h
>
void
main
(
)
{
printf
(
"Hello World"
)
;
}