/advent-of-code

My solutions to advent of code: https://adventofcode.com/

Primary LanguagePythonMIT LicenseMIT

advent-of-code

My solutions to various advent of code problems. Written for Python 3.10+.

Generate boilerplate

This repo contains a helper package to generate boilerplate code each day and fetch data. To use it first follow the instructions for authenticating advent-of-code-data. Then install with

pip install .

Boilerplate can be generated and data fetched with

lets-go

or for a specific year and day

lets-go 2021 1