mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-31 00:00:07 +02:00
4 lines
89 B
Rust
4 lines
89 B
Rust
fn main() {
|
|
std::process::exit(std::env::args().nth(1).unwrap().parse().unwrap());
|
|
}
|