1 2 3 4 5 6 7
use aoc_runner_derive::aoc_lib; pub mod day1; pub mod day2; pub mod day3; aoc_lib!{ year = 2021 }