aboutsummaryrefslogtreecommitdiff
path: root/examples/ex1.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ex1.c')
-rwxr-xr-xexamples/ex1.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/ex1.c b/examples/ex1.c
deleted file mode 100755
index 28139f9..0000000
--- a/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;
-}