y2015d24 pretty easy also but had to use itertools instead of my own combinations/permutations impl because of an overflow

This commit is contained in:
2024-12-03 15:28:12 +01:00
parent 0b4e2449a1
commit eae352413b
7 changed files with 177 additions and 2 deletions

View File

@@ -19,4 +19,6 @@ members = [
]
[workspace.dependencies]
utils = { git = "https://git.plobos.xyz/projects/PuzzleUtils.git" }
utils = { path = "../utils" }
itertools = "0.13.0"
regex = "1.11.1"