sourcehut
Log in
—
Register
~kotrunga
/
c-hello-world
summary
tree
log
refs
ref:
9458b924232af61c4368ae6b1f3f837222068de6
c-hello-world
/hello-world.c
-rw-r--r--
70 bytes
View
Log
Blame
View raw
9458b924
—
coltonhurst
First commit
2 years ago
1
2
3
4
5
6
7
#include
<stdio.h>
int
main
()
{
printf
(
"Hello world!"
);
return
0
;
}