Nuacht

Description Write a Perl program to find gcd of two numbers GCD (Greatest Common Divisor) of two numbers is the largest number that divides both of them. A simple way to find GCD is to factorize both ...