GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
3
Releases
2
Fork
: 0
ohpnjrpnicow
/
UbixOS
Transfer to URL with SHA
Find file
Newer
Older
tree:
a8a8e05608
Branches
Tags
×
1.0-RELEASE
1.5-RELEASE
master
UbixOS
/
contrib
/
tcc
/
examples
/ ex1.c
Christopher W. Olsen
on 29 Jan 2020
105 bytes
TinyCC
Raw
Blame
History
#!/usr/local/bin/tcc -run #include <tcclib.h> int main() { printf("Hello World\n"); return 0; }