273 B
273 B
Advent of Code - 2021
Usage
./run.rb <puzzle> <part>
where <puzzle>
is a number from 1
- 25
and part is either 1
or 2
.
Puzzles are implemented as puzzles/<puzzle>_<part>/{main.rb,input.txt}
.