mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
0694435650
implement exit code via new error kind
4 lines
40 B
Rust
4 lines
40 B
Rust
fn main() {
|
|
std::process::exit(0)
|
|
}
|