summary refs log tree commit diff stats
path: root/tinyc/examples/ex5.c
diff options
context:
space:
mode:
Diffstat (limited to 'tinyc/examples/ex5.c')
-rwxr-xr-xtinyc/examples/ex5.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tinyc/examples/ex5.c b/tinyc/examples/ex5.c
deleted file mode 100755
index 156425e39..000000000
--- a/tinyc/examples/ex5.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdlib.h>
-#include <stdio.h>
-
-int main()
-{
-    printf("Hello World\n");
-    return 0;
-}