1
2
3
4
5
pub mod factorial;
pub mod gcd;
pub mod lcm;
pub mod log2;
pub mod permutations;