the code challenge of Rain
Go to file
Mia T. Rain 6b5b214866
just cant with this old README
2022-09-02 03:54:05 -04:00
LICENSE unlicense added 2022-09-02 03:49:07 -04:00
README just cant with this old README 2022-09-02 03:54:05 -04: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>
---