garnet/rust/main.rs
2026-02-17 14:57:34 +00:00

4 lines
47 B
Rust

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