rustit/01_phase_rust_src/svlogd-rustit/src/main.rs

3 lines
45 B
Rust

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