Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 157 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 157 Bytes

Greatest Common Divisor

Estimates GCD using Euclidean algorithm.

$ cc prog.c -o prog
$ ./prog 1507 959
137
$ ./prog 126 693 198
9