/morse

Decode morse code from stdin.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

morse

Decode morse code from stdin.

Example

$ echo ".... . .-.. .-.. ---" | morse; echo
HELLO

The trailing echo is needed for interactive use in shells in order to print the final newline.

Author

Kees van Voorthuizen

License

GPLv3