16
The official awful.systems Advent of Code 2023 thread
(awful.systems)
a community for posting cool tech news you don’t want to sneer at
non-awfulness of tech is not required or else we wouldn’t have any posts
Have been mostly using jq for fun.
Day 1
Part 1
First part was easy, and very suited to jq
Part 2
Second part was harder than expected, i had to resort to regex.
Day 2
Part 1
Not too much trickery in this example.
Part 2
Satisifyingly straightfoward edit form part one.
Day 3
Part 1
Took More time than i expected, glad i had the idea early to search by the indices of the symbols and not the digits. Not super well suited to jq, unless I'm missing a better solution.
Part 2
Not too far of an edit from part one.