2023-01-11 09:32:08 +00:00

5 lines
63 B
Rust

/// Main function
fn main() {
println!("Hello, world!");
}