Counting down to Advent of Code 2024
18 Nov, 2024··
1 min read
Valentijn Verhallen
As every year, I’m looking forward to competing in the Advent of Code. Although I never get too far, due to lack of time, I always enjoy the crazy coding puzzles set up by Eric Wastl.
The last two years I’ve been using Go to solve most of the puzzles. I set up a small boilerplate and library to help with common tasks. Some of these have been ported from PHP I wrote in previous years.