Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function greatestCommonDivisor
import { greatestCommonDivisor } from "https://deno.land/x/masx200_leetcode_test@10.6.4/max-points-on-a-line/greatest_common_divisor.ts";

Parameters

a: number
b: number

Returns

number