summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'starts/meaning-vm/level2.cpp')
-rw-r--r--starts/meaning-vm/level2.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/starts/meaning-vm/level2.cpp b/starts/meaning-vm/level2.cpp
new file mode 100644
index 0000000..c04a5cc
--- /dev/null
+++ b/starts/meaning-vm/level2.cpp
@@ -0,0 +1,9 @@
+#include "level-2/level-2.hpp"
+
+#include <iostream>
+
+using namespace intellect::level2;
+
+int main()
+{
+}