Advent of Code is an annual coding event where, starting on December 1st and running through Christmas Day, a coding challenge is presented that will exercise your knowledge and skills with your language of choice. Challenges will often require you to utilize classic data structures and algorithms of computer science.

The 2021 edition is underway and I've decided to participate using Go as my weapon of choice. I'm definitely a Go novice and since I don't code much in my day job managing a software team, I don't get enough practice to emerge from the novice category. Here's hoping Advent of Code can help fix that!

As each day unfolds (and I get around to solving it) I'll be publishing my solutions on Github. If you're looking for a fun coding challenge, I highly recommend you join me and participate!