day 8 part 1 fixed, regex is slow af to compile... dont do that in a loop.

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-12-08 01:20:59 -06:00
parent e4ab3fb81e
commit cab03a2ed5
3 changed files with 45 additions and 5 deletions

View file

@ -27,6 +27,7 @@ tokio = { version = "1", features = ["full"] }
itertools = "0.12"
derive_builder = "0.12.0"
rayon = "1.8.0"
static_init = "1.0.3"
[features]
part2 = []