index
:
doc
this commit
master
Systems documentation
Punk <punk@tilde.institute>
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
dev
/
c
/
src
/
hello
/
hello.c
blob: df6649390321c02aa46b5092d338abd1472f8b42 (
plain
) (
tree
)
2830b5f
^
1
2
3
4
5
6
#include
<stdio.h>
int
main
()
{
printf
(
"hello World!"
);
return
0
;
}