use aoc_runner_derive::aoc_lib; pub mod day01; aoc_lib! { year = 2022 }