Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 778 Bytes

File metadata and controls

16 lines (12 loc) · 778 Bytes

Matthew's Advent of Code

Update README ⭐ Current year This year's stars

Setup

python3 -m venv .venv
. .venv/bin/activate
python3 -m pip install -r requirements.txt

This repository uses Advent of Code Data to fetch problems and submit answers. Don't forget to set your AOC_SESSION environment variable using these instructions.