1 2 3 4 5 6
#[cfg(test)] #[path = "tests/part1.rs"] mod part1; #[cfg(test)] #[path = "tests/part2.rs"] mod part2;