RosettaCodeData/Task/Program-termination/Rust/program-termination-2.rust
2023-07-01 13:44:08 -04:00

5 lines
90 B
Text

fn main() {
if problem {
std::process::exit(1); // 1 is the exit code
}
}