Skip to content

🔢💻 Get the greatest common devisor CLI

License

Notifications You must be signed in to change notification settings

knutkirkhorn/gcd-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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