...

/

Challenge: Greatest Common Divisor

Challenge: Greatest Common Divisor

Find the greatest common divisor (GCD) of two integers using recursion.

Problem

Try to find the greatest common divisor of two integers using recursion.

Input

Two ...