Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 148 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 148 Bytes

22.The greatest common divisor

Description

The greatest common divisor of two integers

Example

Input: 8, 12
Output: 4