This solve felt more like #nim and less like me writing Python. More uses of `map` and `apply`, using `if/then` as a proper ternary, integer -> string conversions, etc. Also the `sugar` module makes me a happy person.The day 2 solution in Nim:
advent-of-code/2025/02/solution.nim at mainadvent-of-code - The Advent of Code solutions of various quality levels.