knutkirkhorn / gcd-cli

πŸ”’πŸ’» Get the greatest common devisor CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ”’πŸ’» Get the greatest common devisor CLI

License:MIT License


Languages

Language:JavaScript 100.0%