7 lines
83 B
Rust
7 lines
83 B
Rust
mod day1;
|
|
use aoc_runner_derive::aoc_lib;
|
|
|
|
pub mod day6;
|
|
|
|
aoc_lib! { year = 2022 }
|