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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user