diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-12-26 08:26:40 -0800 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-12-26 08:26:40 -0800 |
commit | dc2779f5a7ceb226620f39e728b73b028cb17c10 (patch) | |
tree | 5053af30bb6e49a9c17291626a5cb375df260bcf /starts/meaning-vm/level2.cpp | |
parent | ff4aecf759ce565b77575ad8eabcf60c94ee6a29 (diff) | |
download | standingwithresilience-dc2779f5a7ceb226620f39e728b73b028cb17c10.tar.gz standingwithresilience-dc2779f5a7ceb226620f39e728b73b028cb17c10.zip |
start closing habit starts in level2
Diffstat (limited to 'starts/meaning-vm/level2.cpp')
-rw-r--r-- | starts/meaning-vm/level2.cpp | 9 |
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() +{ +} |