Advent of Code 2024 - Historian goes looking for history in all the wrong places
Advent of Code 2024 - Historian goes looking for history in all the wrong places
copy pasting the rules from last year's thread:
Rules: no spoilers.
The other rules are made up aswe go along.
Share code by link to a forge, home page, pastebin (Eric Wastl has one here) or code section in a comment.
You're viewing a single thread.
Day 3
3-2
I expect much wailing and gnashing of teeth regarding the parsing, which of course is utterly trivial if you know a bit if regex.
I got bit by the input being more than one line. Embarrasing.
I wonder if any input starts with a "don't()" or if it's too early for Erik to pull such trickery.
4 0 Replysame
I got bit by the input being more than one line. Embarrasing.
3 0 ReplyInput
One of the lines of my input had a don't() first, but I got bit by it being more lines as well.
2 0 Reply