Skip to content

Latest commit

 

History

History

advent_of_code

Advent of Code Dojo

Input files and other data for Advent of Code dojo.

Setup

The pytest, ipython and ipdb packages can be installed with:

pip install -r requirements.txt

Run tests with:

export PYTHONPATH=.
pytest -vs test_day1.py

Test input files

The input files are all present in the repository:

  • day1_input.txt
  • day2_input.txt
  • day3_input.txt
  • day4_input.txt
  • day5_input.txt