Advent-of-Code/2024/day-05/src/lib.rs
2024-12-05 18:24:31 +02:00

3 lines
30 B
Rust

pub mod part1;
pub mod part2;