tori-rs/rust/src/main.rs
2026-03-24 12:01:27 -03:00

3 lines
44 B
Rust

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