Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 219 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 219 Bytes

ADVENT OF CODE 2020

Clone the project and run:

$ ./aoc.py run 12

In the example above 12 is the day for which we want to run the puzzle solver.

To run tests for a given day:

$ ./aoc.py test 12