1 2 3 4 5
pub mod cube; pub mod mod_pow_u32_generic; pub mod square; pub mod to_the_fourth; pub mod to_the_power_of_power_of_2;