This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
tinycc
Watch
1
Star
0
Fork
0
You've already forked tinycc
mirror of
https://github.com/frida/tinycc
synced
2024-12-04 13:11:55 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ae37bd5abc
tinycc
/
examples
/
ex1.c
9 lines
106 B
C
Raw
Normal View
History
Unescape
Escape
added examples
2003-10-05 01:25:32 +04:00
#
!
/
usr
/
local
/
bin
/
tcc -run
#
include
<tcclib.h>
fix makefiles etc for subdirs
2009-04-18 16:31:35 +04:00
int
main
(
)
added examples
2003-10-05 01:25:32 +04:00
{
printf
(
"
Hello World
\n
"
)
;
return
0
;
}
Reference in New Issue
Copy Permalink