This commit is contained in:
strNophix 2022-06-21 19:10:42 +02:00
parent 08c0af9974
commit cdc2feafe0

View File

@ -21,4 +21,4 @@ fn main() {
Some(code) => std::process::exit(code),
None => std::process::exit(1)
}
}
}