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
fixes for dietlibc
[tinycc.git]
/
ex1.c
blob
2dcff7d6a0f16661caca8aa9ad0d32337e2b0b32
1
#! /usr/local/bin/tcc -run
2
#include <tcclib.h>
3
4
int
main
()
5
{
6
printf
(
"Hello World
\n
"
);
7
return
0
;
8
}