Advent-of-Code/2023/day-08/src/lib.rs
2023-12-08 17:31:58 +02:00

3 lines
30 B
Rust

pub mod part1;
pub mod part2;