competitive_hpp/prime/
mod.rs

1pub mod eratosthenes;
2pub mod factors;
3
4pub use eratosthenes::*;
5pub use factors::*;