aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-03 16:25:09 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-03-03 16:25:09 +0000
commit5936d1c7f62c17a0d12c2d1de90c5ee9f1e437c5 (patch)
tree1a7d641446f9ab92615c0f5eab20f52080879822 /test.c
parent522cc9d286c5d35ca25ebaa85374f5f9214a7f6e (diff)
downloadCompiler-5936d1c7f62c17a0d12c2d1de90c5ee9f1e437c5.tar.gz
Compiler-5936d1c7f62c17a0d12c2d1de90c5ee9f1e437c5.zip
Still working on ast
Diffstat (limited to 'test.c')
-rw-r--r--test.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/test.c b/test.c
deleted file mode 100644
index 8285b7f..0000000
--- a/test.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdio.h>
-
-int main() {
- int a;
- for(a = 0; a < 10; ++a) {
- printf("Hello\n");
- }
-}