the code challenge of Rain
Go to file
Mia T. Rain e5011c78f5
unlicense added
2022-09-02 03:49:07 -04:00
LICENSE unlicense added 2022-09-02 03:49:07 -04: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>
---