I am hyped! Last year was the first time I tried nim. It was a pleasant experience so I'll do the same this year as well.
It has been inspiring to see the solutions from those of you who are good in nim and see the beautiful solutions to the puzzles.
My solutions:
https://git.sr.ht/~reesmichael1/adventofcode
And since it seemed like a shame to not use Nim's macros somewhere, I went ahead and built a simple runner that loads all of the solution files automagically at compile time! (I've only used macros a few times now, so if anyone knows of a better way to do what I've done, please let me know!)
First year of AoC and first year of Nim too. Each part I usually take 2 hours so I need dedicate 4 hours each day to finish it. https://github.com/me7/AdventOfCode
Looking at other people code once I've done it is my favorite part. I've learn what's my mistake everyday