My Advent of code submissions, using python to retrieve inputs and submit answers.
- Use
pip install --editable .
in the root directory, then run any script you want the normal way, e.gpython3 2022/18/main.py
.
- Retrieve your AOC cookie by logging in on the website, and replace it in secret.py.