rustc/tests/run-make/exit-code/success.rs
2023-09-14 08:56:40 +02:00

5 lines
63 B
Rust

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