mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +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());
|
|
}
|