Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 203 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 203 Bytes

Advent of Code 2020

This repo contains my solutions.

Running

  1. Clone the repo.
  2. Replace my input in the input_day* files with the desired input.
  3. Run dayX_partY.py to produce the solution.