Advent of Code 2025 - Golang

It's been an year since I last paricipated in Advent of Code in 2024 using Clojure. This year, I decided to use Golang for solving the problems so that I can get to know Golang's standard library and features better. It is my first time writing Golang code seriously, I was only able to read some Golang code before but never wrote any significant amount of code in Golang.

I was focusing on learning Golang itself, but at the same time, solving problmes recalled me of problem solving skills and algorithms itself as well. I have tried 10 days out of 12 days, and I have solved 18 stars out of 24 stars.

My goal wasn't to receive all the stars, but rather to get familiar with Golang and have fun solving problems. So, 18 stars is enough for me this time. Thanks to Advent of Code, I enjoyed time in December again this year.

I have uploaded my code to Github. Looking forward to next year's Advent of Code as well!

P.S.

The funny thing is that I mentioned in my previous year's post that I would consider participating about 2 weeks next year. This year, the author decided to release only 12 days instead of full 25 days for some reasons. So, I ended up doing about 2 weeks that I expected!

Discuss this post here.

Archive