repo.or.cz
/
learn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added a '\a' character to the printf.
[learn.git]
/
test.c
blob
3d59222f574f941e4a4aad5d4799cd759bc8654e
1
#include <stdio.h>
2
int
main
(
int
argc
,
char
*
argv
[]){
3
printf
(
"Hello World
\n
"
);
4
}