day 1, part 2 in progress

This commit is contained in:
Tabby 2025-12-01 23:09:26 +00:00
commit dd9c8b44c4
570 changed files with 10376 additions and 0 deletions

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

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