pavi2410 / AdventOfCode2015

bit late, i know

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

bit late, i know


Languages

Language:Python 97.4%Language:Batchfile 2.3%Language:Kotlin 0.3%