day2: both solutions first attempt

This commit is contained in:
2025-12-01 21:31:49 -08:00
parent a70e8bc299
commit d50d702a21
2 changed files with 75 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
mod day2;
pub mod day1;
use aoc_runner_derive::aoc_lib;