Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 331 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 331 Bytes

aoc-2020

Solutions for Advent of Code 2020

Setup

  1. Install Python
    1. brew install pyenv
    2. pyenv install 3.9.0
    3. pyenv local 3.9.0
  2. Install Poetry
  3. poetry install
  4. Grab your session token from https://adventofcode.com/
  5. echo SESSION=123... > .env