day 2b solved!

This commit is contained in:
Tabby 2025-12-02 12:12:34 +00:00
parent b9dc620b95
commit 8e0b080f3b
6 changed files with 213 additions and 2 deletions

7
aoc-2b/Cargo.toml Normal file
View file

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