Skip to content

tcarreira/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 9, 2023
428aa8c · Dec 9, 2023

History

90 Commits
Dec 3, 2020
Dec 1, 2021
Jan 30, 2022
Dec 1, 2023
Dec 9, 2023
Dec 3, 2020
Dec 5, 2023
Dec 1, 2023
Dec 14, 2019
Dec 1, 2023
Dec 1, 2023
Dec 1, 2023
Dec 1, 2023

Repository files navigation

Before starting

git submodule update --init --remote  # fetch and init submodules
python3 -m virtualenv .venv
. .venv/bin/activate
pip install -r requirements.txt -r aoc-to-markdown/requirements.txt
echo "SESSION_ID=<session cookie>" > .env

Start a new problem

You may automatically fetch the data with:

./start_aoc_day.py

and refresh the README.md, after completing part 1, with:

./start_aoc_day.py last

You may use other arguments. For more information type ./start_aoc_day.py -h or visit aoc-to-markdown repository.