Skip to content

Advent of Code 2025

One of my favorite times of the year has arrived - Advent of Code! I look forward to it every year, and I'm thankful that Eric Wastl has put so much effort into it over the years. Thanks to Gary Grady for the illustrations.

Day 0

This is my sixth year participating. Previous years were: 2020, 2021, 2022, 2023 and 2024

I've reevaluated the set of programming languages I'll be using professionally, and I've settled on three of them:

  1. Python is my primary language, and is the default choice for all new development.
  2. Rust will be my choice only for solutions requiring more performance than Python can provide.
  3. JavaScript/TypeScript will be used for browser scripting.

So, I'll be solving all of the puzzles in Python, but since Rust is a new programming language for me, I plan on porting my Python solutions to Rust, mostly after the end of the contest, as time permits.

Source Code

Table of Contents

End