/AdventOfCode

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

AdventOfCode

A place to store my brain solution to Advent of Code problems.

I rarely use classes because I try to embody "Simple is better than complex"

Solution Requirements

  • Accept provided logic tests for early dev sanity checks
  • Output Part 1 and Part 2

Usage

Testing

Run all tests

python3 -m unittest discover -s tests/

Run a specific test

python3 -m unittest tests/year2015/test_day01.py

Live Run

Run module

python3 /solutions/year2015/day01.py