rustit/01_phase_rust_src/svlogd/src/main.rs
2024-04-05 17:18:20 +01:00

3 lines
45 B
Rust

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