have started on day 2, might need some help with ranges?

This commit is contained in:
Tabby 2025-12-02 05:43:15 +00:00
parent 48e7da6d65
commit d835e286f7
5 changed files with 98 additions and 0 deletions

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

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