rust/tests/run-make/exit-code/success.rs
2023-03-30 07:34:55 -05:00

5 lines
63 B
Rust

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