1pub mod gcd; 2pub mod modint; 3pub mod prime; 4 5pub use gcd::*; 6pub use modint::*; 7pub use prime::*;