day 12 part 2: too slow bruteforce attempt

This commit is contained in:
Dominic 2023-12-13 00:15:49 +01:00
parent 0a4ce052ee
commit b5185d38b2
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
3 changed files with 104 additions and 0 deletions

View file

@ -12,3 +12,4 @@ chumsky = "0.9"
indexmap = "2"
itertools = "0.12"
paste = "1"
rayon = "1.8"