Get the square and multiply of the base, the exponent and the modulus CLI
npm install --global square-and-multiply-cli
$ square-and-multiply --help
Usage
$ square-and-multiply <base> <exponent> <modulus>
Examples
$ square-and-multiply 14 27 37
$ square-and-multiply 23 22 86
- square-and-multiply - API for this module