publish_demo_samarth_vijayvargiya
v1.0.0
Published
return GCD of two numbers var gcd = require('GCD'); var ans = gcd.GCD(5,6);
Downloads
9
Readme
#calculating GCD of two numbers return GCD of two numbers var gcd = require('GCD'); var ans = gcd.GCD(5,6);