π Day 15
In Nim
Very easy and fun day, which means a nice calm re-introduction to Nim. I like Nim more than last time i used it in AOC 2022. Might even start using Nim for something too. This day was basically just implementing a hash map, which i have done once before in C for my C libraries collection.
To run part 1 or part 2, do:
$ make part1
$ make part2