This website requires JavaScript.
Explore
Help
Sign In
tokio-rs
/
tokio
Watch
1
Star
0
Fork
0
mirror of
https://github.com/tokio-rs/tokio.git
synced
2026-08-29 00:00:11 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
89b97929318edebe119ed14c7d618cad06a7578c
tokio
/
src
/
bin
/
exit.rs
T
4 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
process: Initial commit
2016-09-07 00:13:11 -07:00
fn
main
()
{
std
::
process
::
exit
(
std
::
env
::
args
().
nth
(
1
).
unwrap
().
parse
().
unwrap
());
}
Reference in New Issue
Copy Permalink