Browse Source

change hcd to gcd for consistency

content-update
Augusto 5 years ago committed by Frenchris
parent
commit
f887eea109
  1. 2
      subjects/gcd.md

2
subjects/gcd.md

@ -4,7 +4,7 @@
Write a program that takes two strings representing two strictly positive
integers that fit in an int.
Display their highest common denominator followed by a newline (It's always a
Display their greatest common divisor followed by a newline (It's always a
strictly positive integer).
If the number of parameters is not 2, display a newline.

Loading…
Cancel
Save