Day 12 part 2.

This commit is contained in:
2024-01-12 17:00:54 +01:00
parent 41dc08ca98
commit 0fed13a332
3 changed files with 36 additions and 1 deletions

View File

@@ -10,4 +10,5 @@ bench = false
[dependencies]
aoc-runner = "0.3.0"
aoc-runner-derive = "0.3.0"
regex = "1.10.2"
regex = "1.10.2"
json = "0.12.4"