rust/tests/run-make/exit-code/success.rs

5 lines
63 B
Rust

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