Design command data types

This design went through a few iterations, and this won't be the last.
This commit is contained in:
Joscha 2021-11-06 01:15:55 +01:00
parent 636c7e9ee7
commit 106111e7c6
5 changed files with 177 additions and 1 deletions

View file

@ -1,3 +1,5 @@
mod commands;
fn main() {
println!("Hello, world!");
}