AoC 2024 day 3



https://adventofcode.com/2024/day/3


2024 day 2
 
Back to index
 
2024 day 4

Mull It Over

This one was obviously a regex puzzle. I've never used regexes in C++, so I looked it up. And then decided to write a custom parser anyway, since it felt faster than figuring out the c++ regex syntax.



solhsa.com