Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 262 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 262 Bytes

Advent of Code 2020

My solutions to Advent of Code 2020.

How to Run

For example to run day 1 part one day1part1.py with the input in day1input.txt, run the command below:

python3 day1part1.py < day1input.txt