Computes the GCD of two numbers.
gcd(v, t)
v
first input number.
t
second input number.
Computes the GCD of the two given numbers
https://rosettacode.org/wiki/Greatest_common_divisor#R
gcd(6,12)