use std::io::Write; pub fn bel() { print!("\x07"); std::io::stdout().flush().unwrap(); }