Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 982 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 982 Bytes

aoc text


Python Code style: black

Template solution

To quickstart or bootstrap a solution script in python, (and optionally in C++ using --cpp flag)

./bootstrap.py -y <year> -d <day>

That creates a folder <year>/<day> and copies template.py. It also has functionality to use the aocd package to fetch input for the given day. To use it, export your session ID:

export AOC_SESSION=<session_id>

Retrieving session id

It's stored in a cookie on your machine