My solutions to Advent of Code 2020.
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
My solutions to Advent of Code 2020.
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