/resrever

A simple input reverser utility

Primary LanguageGo

resrever

A simple tool for reversing strings passed in the command line argument.

Running/Compiling

Install Go 1.11.5, I use asdf

$ git clone git@github.com:ctrlaltreboot/resrever.git
$ cd resrever
$ go run resrever.go example # run w/o compiling
$ go build # build binary