the code challenge of Rain
Go to file
Mia-admin ec8bee0f06
...
2022-01-16 04:31:11 -05:00
README ... 2022-01-16 04:31:11 -05:00
morsh ... 2022-01-16 04:31:11 -05:00

README

# Morsh
-- Morse code puresh decoder/encoder


## Usage
---
$ echo "<your morse code here>" | ./mosrh
<decoded text here>
$ echo "sample" | ./morese
<encoded text here>
---