garnet/rust/main.rs

4 lines
47 B
Rust
Raw Normal View History

2026-02-17 14:57:34 +00:00
fn main() {
println!("Hello from Rust");
}