Solve day 4

This commit is contained in:
hal8174 2024-12-04 13:20:14 +01:00
parent e955d0aa36
commit 2c2f87ed21
5 changed files with 244 additions and 0 deletions

View file

@ -4,4 +4,5 @@ version = "0.1.0"
edition = "2021"
[dependencies]
itertools = "0.13.0"
regex = "1.11.1"