Files
Advent-of-Code/2024/day-03/src/lib.rs
2024-12-03 09:21:02 +02:00

3 lines
30 B
Rust

pub mod part1;
pub mod part2;