Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 208 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 208 Bytes

morse

🀄️ A morse translator in Haskell!

Usage

Translate to morse...

$ echo 'hi' | stack exec morse to
.... ..

...or from morse!

$ echo '.... ..' | stack exec morse from
hi