mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
6 lines
110 B
Rust
6 lines
110 B
Rust
#[allow(dead_code)]
|
|
|
|
fn main() {
|
|
std::process::exit(std::env::args().nth(1).unwrap().parse().unwrap());
|
|
}
|