The input is expected to be in a text file called 01.in
.
Run tests of day 1:
./test_aoc01.py
Solve day 1, part 1:
./aoc01.py -p1
Solve day 1, part 2:
./aoc01.py -p2
Solve day 1, both parts:
./aoc01.py
Copyright (C) 2020-2021 Antonio Ceballos Roa