forked from: https://github.com/anthonywritescode/aoc2022
- Fork and
git clone
- Login to advent of code and get your session cookie
- Create
.env
file and putsession=COOKIE
inside virtualenv venv
source .activate.sh
pip install -r requirements.txt
cp day00 dayNN
source .activate.sh
cd dayNN
aoc-download-input
- work on
part1.py
pt part1.py
(pytest watch with ipdb)