Simple version of rev
command for Linux and Windows. Only supports standard input (STDIN).
This command reads lines and every line reverses.
See releases at top of repository page.
Requirements: Stack
stack build
stack test
With stack-run:
stack run
Without:
stack run rev-exe
MIT