index
:
tomsg
haskell-mock
libsodium-transport
master
rustclient
weechat-refactor
Simple C chat server
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
();
}