fix syntax of other and discrete_mathmatics

This commit is contained in:
Doppon 2020-05-14 11:11:55 +09:00
parent 9c1823739c
commit b23765e4c8
2 changed files with 12 additions and 14 deletions

View file

@ -12,5 +12,3 @@ end
puts "GCD(3, 5) = " + euclidean_gcd(3, 5).to_s puts "GCD(3, 5) = " + euclidean_gcd(3, 5).to_s
puts "GCD(3, 6) = " + euclidean_gcd(3, 6).to_s puts "GCD(3, 6) = " + euclidean_gcd(3, 6).to_s
puts "GCD(6, 3) = " + euclidean_gcd(6, 3).to_s puts "GCD(6, 3) = " + euclidean_gcd(6, 3).to_s