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>