RosettaCodeData/Task/Program-termination/Rust/program-termination-2.rs

6 lines
90 B
Rust
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
fn main() {
if problem {
std::process::exit(1); // 1 is the exit code
}
}