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