Advent-of-Code/2024/day-06/src/lib.rs
2024-12-06 23:33:17 +02:00

3 lines
30 B
Rust

pub mod part1;
pub mod part2;