use aoc_runner_derive::aoc_lib; pub mod day_01; aoc_lib! { year = 2021 }