diff options
Diffstat (limited to 'tinyc/examples/ex1.c')
-rw-r--r-- | tinyc/examples/ex1.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tinyc/examples/ex1.c b/tinyc/examples/ex1.c deleted file mode 100644 index 3d2a3e18f..000000000 --- a/tinyc/examples/ex1.c +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/local/bin/tcc -run -#include <tcclib.h> - -int main() -{ - printf("Hello World\n"); - return 0; -} |