1 2 3 4 5
// Does nothing and just exits after waiting for 30 seconds. fn main() { std::thread::sleep(std::time::Duration::from_secs(30)); }