use std::process::exit; use std::thread::sleep; use std::time::Duration; fn main() { exit(0); }