This repo contains all my solutions for Advent of Code.
- Open https://adventofcode.com/
- Get your session cookie and write it to
.env
(session=XXXX
) - Run
aoc.exe
Downloads your Advent of Code input and executes the solution for the given year and day
Usage: aoc [OPTIONS] [YEAR] [DAY]
Arguments:
[YEAR] Optional: defaults to latest
[DAY] Optional: defaults to latest
Options:
-e, --example Run with example input
-m, --make Make solution file from a template
-h, --help Print help