setup-rust/src/main.rs
2024-05-16 19:46:05 +01:00

3 lines
45 B
Rust

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