wn2/src/main.rs
2022-09-22 08:50:34 -05:00

4 lines
45 B
Rust

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