convert to aoc-runner and day1 solutions

This commit is contained in:
2025-12-01 13:59:01 -08:00
parent 3a3c3c9ab6
commit 331755f1cf
12 changed files with 883 additions and 200 deletions

6
src/lib.rs Normal file
View File

@@ -0,0 +1,6 @@
mod day1;
use aoc_runner_derive::aoc_lib;
pub mod day6;
aoc_lib! { year = 2022 }