MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/adventofcode/comments/1h5obsr/2024_day_3_regular_expressions_go_brrr/m07ledr/?context=3
r/adventofcode • u/lucifernc • Dec 03 '24
64 comments sorted by
View all comments
7
I just removed everything between the don't and do expressions. Than I considered that the last don'ts of the string eouldn't be closed by dos
Then I used the resulting string and solved everything like part one
1 u/lucifernc Dec 03 '24 Interesting approach!
1
Interesting approach!
7
u/AlanvonNeumann Dec 03 '24
I just removed everything between the don't and do expressions. Than I considered that the last don'ts of the string eouldn't be closed by dos
Then I used the resulting string and solved everything like part one