Skip to content

Latest commit

 

History

History

2021

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Solutions written in io

Installation

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

Usage

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 ...