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

3
src/main.rs Normal file
View File

@@ -0,0 +1,3 @@
use aoc_runner_derive::aoc_main;
aoc_main! { lib = aoc2022 }