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