Solutions written in io
Requires io. Day 15 requires the PriorityQueue addon which can be installed with the eerie package manager:
eerie install https://github.com/lewis-weinberger/PriorityQueue.git
Problem inputs are read from STDIN:
./n < input.txt
The solutions to both parts of the problem are then printed:
A) ... solution here ...
B) ... solution here ...