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

4 lines
45 B
Rust
Raw Normal View History

2024-04-05 18:18:20 +02:00
fn main() {
println!("Hello, world!");
}