1
0
Fork 0
advent-of-code/2023/src/lib.rs

6 lines
70 B
Rust

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