Advent-of-Code/2023/day-06/src/lib.rs
2023-12-06 15:19:09 +02:00

3 lines
30 B
Rust

pub mod part1;
pub mod part2;