touchstone/src/main.rs
2023-06-21 15:28:38 -04:00

4 lines
45 B
Rust

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