/AdventOfCode2015

bit late, i know

Primary LanguagePython

AdventOfCode2015

My solutions to the Advent of Code 2015 challenges.

Current progress: Day 6 of 25

My Toolkit

  • Python 3
  • Pytest

File structure

dayXX/
    __init__.py
    input.txt
    main.py
    test.py

Run tests

pytest dayXX/test.py

Run solution

python dayXX/main.py