This commit is contained in:
ntr
2019-09-10 16:44:36 +10:00
parent c853299c46
commit c4e99fd027
7 changed files with 280 additions and 156 deletions
+7
View File
@@ -0,0 +1,7 @@
extern crate mnml;
use mnml::start;
fn main() {
start()
}