This project helps the user to decode the Morse code. The user can enter the Morse code and the program will decode it and display the message.
To get a local copy up and running follow these simple example steps.
RUBY
installed.
- Clone this repository by running
git clone https://github.com/MaiRizk/Decode-morse-message.git
in your terminal. - Change directory to the cloned repository by running
cd Decode-morse-message
.
- Run
irb
to interact with your ruby interactive shell. - Copy and paste the function from the
decode_function_rb
file into the shell to test it by runningdecode_function_rb.decode('.- -... --- -..- ..-. ..- .-.. .-.. --- ..-. / .-. ..- -... .. . ...')
.
👤 Mai Rizk
👤 KARANGWA Ntwali Josue
- GitHub: Ntwali-Josue
- Twitter: JosueNtwali
- LinkedIn: karangwa
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.