today/src/main.rs
Joscha 106111e7c6 Design command data types
This design went through a few iterations, and this won't be the last.
2021-11-06 01:16:01 +01:00

5 lines
60 B
Rust

mod commands;
fn main() {
println!("Hello, world!");
}