1 2 3 4 5
mod eratosthenes; mod sundaram; pub use eratosthenes::eratosthenes_sequence; pub use sundaram::sundaram_sequence;