pacbot/src/main.rs
2019-10-29 18:22:54 +01:00

4 lines
45 B
Rust

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