repo.or.cz
/
tinycc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
aarch64: Fix -run.
[tinycc.git]
/
examples
/
ex5.c
blob
156425e39d4f3f05caf0573071d475e3ca18b8f1
1
#include <stdlib.h>
2
#include <stdio.h>
3
4
int
main
()
5
{
6
printf
(
"Hello World
\n
"
);
7
return
0
;
8
}