aboutsummaryrefslogtreecommitdiff
path: root/ex5.c
diff options
context:
space:
mode:
authorbellard <bellard>2005-04-14 23:56:18 +0000
committerbellard <bellard>2005-04-14 23:56:18 +0000
commit02af482c320ac71d9c85a89c1345c7e91855dabd (patch)
tree5f03592dd1843b51bf3818d5b8cf8534f67b95a6 /ex5.c
parent7baf96810201273d76b29b37dea570517965c05c (diff)
downloadtinycc-02af482c320ac71d9c85a89c1345c7e91855dabd.tar.gz
tinycc-02af482c320ac71d9c85a89c1345c7e91855dabd.tar.bz2
moved examples
Diffstat (limited to 'ex5.c')
-rw-r--r--ex5.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/ex5.c b/ex5.c
deleted file mode 100644
index da625c5..0000000
--- a/ex5.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdlib.h>
-#include <stdio.h>
-
-int main()
-{
- printf("Hello World\n");
- return 0;
-}