]> git.localhorst.tv Git - blank.git/blobdiff - src/main.cpp
some code reorganization
[blank.git] / src / main.cpp
diff --git a/src/main.cpp b/src/main.cpp
deleted file mode 100644 (file)
index 3cf7bf9..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "runtime.hpp"
-
-using namespace blank;
-
-int main(int argc, char *argv[]) {
-       Runtime rt;
-       rt.ReadArgs(argc, argv);
-       return rt.Execute();
-}