summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-11-27 20:28:40 -0600
committerNathan Ringo <nathan@remexre.com>2024-11-27 20:28:40 -0600
commitb252d0de46cf12b8e2521b3eb42da9acc41a4cc1 (patch)
tree456bfed5547745edacebe8c89194c26f03a25908 /src/main.c
parent62e41dcb40d0450d493a804e7f0ac3e32f35aabf (diff)
new simpler GC
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.c b/src/main.c
deleted file mode 100644
index 2f6fcf2..0000000
--- a/src/main.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "gc.h"
-#include "util.h"
-
-int main(int argc, char **argv) {
- return 0;
-}