6 lines
67 B
Rust
6 lines
67 B
Rust
|
use aoc_runner_derive::aoc_lib;
|
||
|
|
||
|
mod d1;
|
||
|
|
||
|
aoc_lib! { year = 2022 }
|