Recursive GCD

Write a recursive GCD solution that uses the static gcd() helper method and prints the number 15 as the result.