aboutsummaryrefslogtreecommitdiff
path: root/rust/src/bel.rs
blob: fec5a3cf8fe848e6f8a3fc53493d1b37985fbcdc (plain)
1
2
3
4
5
6
use std::io::Write;

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