aoc-2020 Solutions for Advent of Code 2020 Setup Install Python brew install pyenv pyenv install 3.9.0 pyenv local 3.9.0 Install Poetry poetry install Grab your session token from https://adventofcode.com/ echo SESSION=123... > .env