blob: d154250645f71cced0579e325ccb0f09c5d0f72c [file] [log] [blame]
// Does nothing and just exits after waiting for 30 seconds.
fn main() {
std::thread::sleep(std::time::Duration::from_secs(30));
}