2026-05-21 20:31:57 +02:00
2026-05-21 20:31:57 +02:00
2026-02-17 19:30:34 +01:00
2026-05-13 18:09:00 +02:00

Advent of code

My solutions to the advent of code challenges, written in python

How to run

Setup

To use, you need a session token from Advent of Code:

  1. Log in at https://adventofcode.com
  2. Copy your session cookie (check browser dev tools)
  3. Either:
    • Set AOC_SESSION environment variable, or
    • Create a .env file in project root with: AOC_SESSION=your_token

Install project

Run make install or

Run from root directory (inside a virtualenv):

$ pip install -e .

Run a single day

$ aoc run <year> <day>

Run a whole year

$ aoc run <year>

Run all years

$ aoc run all

Init a new day

$ aoc init <year> <day>
S
Description
Solutions to the https://adventofcode.com challenges
Readme 465 KiB
Languages
Python 99.6%
Makefile 0.4%