Greatest common divisor component
npm install gcd-component
Greatest common divisor component.
`` shell`
$ component install KenanY/gcd
Calculate the greastest common divisor amongst Numbers x and y.
` javascript`
gcd(1254, 5298);
// => 6
` shell``
$ npm install
$ make
MIT