Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 718 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 718 Bytes

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