Advent of Code 2025 - Day 06

I literally looked at part 2 for minutes trying to understand where the numbers come from and how they're related to the example input. I love #AdventOfReadingComprehension

The next roadblock was the trailing whitespace, that I hate and remove from all my code with Neovim plugin. Here removing it was creating subtle bugs and took me time to find out what was the problem.

Full solution at Codeberg: https://codeberg.org/janAkali/aoc25-nim/src/branch/master/day_06/solution.nim

#adventofcode #adventofnim #nim #nimlang