repo.or.cz
/
KandRexercises.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
changed comments for clarity
[KandRexercises.git]
/
hello.c
blob
125f1e14c09fbd5f68506a52efba2005bc3dbeb0
1
#include <stdio.h>
2
3
main
()
4
{
5
printf
(
"hello world!
\n
"
);
6
7
}
8