/advent-of-code

Source code of my solutions to the Advent of Code challenges

Primary LanguagePythonOtherNOASSERTION

Advent of Code

Source code of my solutions to the Advent of Code challenges.

Prerequisites

Python >= 3.8.

Installation

Clone this repo, and then the usual pip install -r requirements.txt.

Configuration

Either set the following environment variables or copy the .env.example file to .env:

Name Type Required? Default Description
SESSION_ID str Yes Advent of Code session ID cookie value. Can be found in the HTTP requests headers when using your web browser

Usage

$ python run.py year day [level]