Question

Write a function to find Greatest Common Factor (GCF) of two numbers?

Login to Submit

Examples

Input: 20, 50
Output: 10

Input: 2, 10
Output: 2