Hello and welcome to my solutions for Advent of Code in Nim.
This is my first time participating and i'm using it as a chance to familiarize myself with Nim.
Take care and have fun!
- Install Nim by clicking this link.
- Execute
nim c -r --hints:off <nim file>
on the directory of the day you want.- For example to run day 1 you go into the
day01
directory and executenim c -r --hints:off day01.nim
- For example to run day 1 you go into the