Solutions in Python 3.
View output on Github Actions.
Run days 1 and 2, with verbose logging:
python -m aoc21 1 2 --verbose
Run day 1 using a specific input file:
python -m aoc21 1 -i myfile.txt
Solutions in Python 3.
View output on Github Actions.
Run days 1 and 2, with verbose logging:
python -m aoc21 1 2 --verbose
Run day 1 using a specific input file:
python -m aoc21 1 -i myfile.txt