Skip to content

pavi2410/AdventOfCode2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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