/advent-of-code-2018

My solutions to Advent of Code 2018

Primary LanguagePython

Advent of Code 2018

Solutions to Advent of Code 2018 in Python3

Get Started

virtualenv -p python3 .env && source .env/bin/activate && pip install -r requirements.txt