My answers for AoC2020
These are my answers for Advent of Code 2020 in Arc. If you want to run them:
strings.arc
and Conrad Barski’s re.arc
.(load "aoc.arc")
(run day part example?)
, with day
and part
being the number of the day and part to run, and example?
absent or nil
to use the normal input, or t
to use the example input.