meta-sectorise/recipes-rust/hello-rust/files/main.rs

5 lines
56 B
Rust

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