euler/rust/src/euler/mod.rs

6 lines
99 B
Rust

pub mod prime;
pub mod problem_001;
pub mod problem_002;
pub mod problem_003;
pub mod problem_004;