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
/ ex5.c
Christopher W. Olsen
on 29 Jan 2020
98 bytes
TinyCC
Raw
Blame
History
#include <stdlib.h> #include <stdio.h> int main() { printf("Hello World\n"); return 0; }