5 lines
90 B
Text
5 lines
90 B
Text
fn main() {
|
|
if problem {
|
|
std::process::exit(1); // 1 is the exit code
|
|
}
|
|
}
|