gcd

Fully qualified path: alexandria_math::gcd_of_n_numbers::gcd

#![allow(unused)]
fn main() {
pub fn gcd(mut n: Span<u128>) -> u128
}