Skip to content

amrit110/aoc

Repository files navigation

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

About

Advent of Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published