@knutkirkhorn/gcd-cli
v3.0.1
Published
Get the greatest common devisor of two numbers
Downloads
9
Maintainers
Readme
gcd-cli
Get the greatest common devisor of two numbers CLI
Installation
npm install --global @knutkirkhorn/gcd-cli
Usage
$ gcd --help
Usage
$ gcd <number1> <number2>
Examples
$ gcd 12 20
$ gcd 13 234
Related
- @knutkirkhorn/gcd - API for this module