AoC_2022/src/lib.rs

5 lines
87 B
Rust

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