day 5 part 1 done

This commit is contained in:
Tabby 2025-12-05 10:07:49 +00:00
parent 2753263478
commit 11be4a7870
5 changed files with 1315 additions and 0 deletions

7
aoc-5/Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "aoc-5"
version = "0.1.0"
edition = "2024"
[dependencies]
regex = "1.12.2"