rust-std-template/src/main.rs
2024-03-11 21:42:08 +01:00

3 lines
45 B
Rust

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