Input files and other data for Advent of Code dojo.
The pytest, ipython and ipdb packages can be installed with:
pip install -r requirements.txtRun tests with:
export PYTHONPATH=.
pytest -vs test_day1.pyThe input files are all present in the repository:
- day1_input.txt
- day2_input.txt
- day3_input.txt
- day4_input.txt
- day5_input.txt