statemaker/src/main.rs
2023-03-05 22:56:33 -08:00

4 lines
45 B
Rust

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