repo.or.cz
/
HelloWorld.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge commit 'repo.or.cz/mob'
[HelloWorld.git]
/
c.c
blob
36465c8f878933e597fa7db0c736bf953e394e8f
1
#include<stdio.h>
2
3
int
main
(
void
) {
4
printf
(
"Hello World
\n
"
);
5
return
0
;
6
}