Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 402 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 402 Bytes

Advent of Code

Solutions for the puzzles at https://adventofcode.com/.

You will need your Session ID, get it from the cookie in your browser and save it to a .session file in this repository.

Create a python3 venv and install requirements:

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

The run the puzzles, e.g.:

$ bin/python 2020/01_report_repair.py