zat/src/main.rs
2022-03-16 22:17:40 -04:00

4 lines
45 B
Rust

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