Skip to content

Latest commit

 

History

History

Advent of Code - 2018 Day 22

Here are my solutions to this puzzle.

Fetch input by exporting $AOC_SESSION in your shell and then:

curl -OJLsb session=$AOC_SESSION adventofcode.com/2018/day/22/input

or run fetch_input.sh in this directory.