H
ome
G
it
B
log
F
iles
L
inks
Project Info
Name.......: hello-world.git
Description: A Test Project
hello-world.git
Summary
History
Branches
Tags
Files
hello.c
#include
<
stdio.h
>
int
main
(
)
{
printf
(
"
Hello!
\n
"
)
;
return
(
0
)
;
}
This website is licensed under AGPL-3.0. Feel free to copy!