README
calculating GCD of two numbers
return GCD of two numbers var gcd = require('GCD'); var ans = gcd.GCD(5,6);
return GCD of two numbers var gcd = require('GCD'); var ans = gcd.GCD(5,6);
<script type="module">
import publishDemoSamarthVijayvargiya from 'https://cdn.skypack.dev/publish_demo_samarth_vijayvargiya';
</script>
return GCD of two numbers var gcd = require('GCD'); var ans = gcd.GCD(5,6);