diff options
Diffstat (limited to 'ex1.c')
| -rwxr-xr-x | ex1.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#! /usr/local/bin/tcc -run +#include <tcclib.h> + +int main() +{ + printf("Hello World\n"); + return 0; +} |
![]() |
index : tinycc | |
| Tiny C Compiler by Fabrice Bellard Git mirror of the final release by Bellard, discarding all changes after. The repository at https://repo.or.cz/tinycc.git has become untrustworthy. Also the tcc sources have become tainted with AI slop. |
| aboutsummaryrefslogtreecommitdiff |