mjovanc / morse-code-translator

A simple morse code translator in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

morse-code-translator

A simple morse code translator in Rust.

How to use

Simply download the the code, build and run the binary using:

./mct --text SOS
./mct -t SOS

For SOS it will give an output like this:

... --- ...

About

A simple morse code translator in Rust.

License:MIT License


Languages

Language:Rust 100.0%