1 2 3 4 5 6
use press_btn_continue; fn main() { println!("Hello world!"); press_btn_continue::wait("Press any key to continue...").unwrap(); }