Skip to content

Get the square and multiply of the base, the exponent and the modulus CLI

License

Notifications You must be signed in to change notification settings

knutkirkhorn/square-and-multiply-cli

Repository files navigation

square-and-multiply-cli

Get the square and multiply of the base, the exponent and the modulus CLI

Installation

npm install --global square-and-multiply-cli

Usage

$ square-and-multiply --help

  Usage
    $ square-and-multiply <base> <exponent> <modulus>

  Examples
    $ square-and-multiply 14 27 37
    $ square-and-multiply 23 22 86

Related