Initial commit

This commit is contained in:
2021-11-15 16:16:15 +01:00
commit f6a51c70cc
12 changed files with 1504 additions and 0 deletions

5
src/main.rs Normal file
View File

@@ -0,0 +1,5 @@
use grm::run;
fn main() {
run();
}