Advent-of-Code/day-01/src/lib.rs
2023-12-02 18:59:23 +02:00

3 lines
30 B
Rust

pub mod part1;
pub mod part2;