index
:
dumb-voice-protocol.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.rs
blob: 9e14dc69183b9245d2087926821edc3424abcd73 (
plain
) (
blame
)
1
2
3
4
5
6
mod
args
;
pub
use
args
::
*
;
fn
main
()
{
println!
(
"Hello, world!"
);
}