Advent of Nim 2022

2022-11-30 Thread al1ranger
I will be uploading my solutions here. <https://gitlab.com/al1ranger/aoc2022> Most likely I will not be able to complete all the challenges during the event, but I plan to do the unsolved ones afterwards.

Advent of Nim 2021

2021-12-01 Thread al1ranger
My attempts at solving the problems using Nim can be found at <https://gitlab.com/al1ranger/aoc2021>

Advent of Nim 2020 megathread

2020-12-14 Thread al1ranger
I also encountered the same issue. It seems that parseBinInt silently truncates the bit string based on the width of int (the example in the problem had no X in the first four bits and hence 32 bit integers did not cause any problems).

Advent of Nim 2020 megathread

2020-12-05 Thread al1ranger
Here's the repository with my solutions: <https://gitlab.com/al1ranger/aoc2020> This is also the first AoC I am participating in (and using it to learn Nim).