summaryrefslogtreecommitdiffstats
path: root/tests/run-make/exit-code/success.rs
blob: 55b8e42b6e2017adfee18d031178cbbaead8894d (plain)
1
2
3
4
/// Main function
fn main() {
    println!("Hello, world!");
}