Convertor for strings into morse code
cargo build
cargo run "input string"
Normal
$ cargo run "hello world"
Input: hello world
Output: .... . .-.. .-.. --- / .-- --- .-. .-.. -..
- Output sound flag -s
With sound output
$ cargo run "sounds output" -s
Input: sounds output
Output: ... --- ..- -. -.. ... / --- ..- - .--. ..- -