Code for the Advent of Code event
aoc advent-of-code
at rust 4 lines 61 B view raw
1pub mod cli; 2pub mod input; 3pub mod registry; 4pub mod y2024;