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