Mitgliederladen/hello_world/src/main.rs
2023-06-02 14:47:20 +02:00

3 lines
45 B
Rust

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