repository
0.0.0-20250101211118-cf53f0f9e3a7
Repository: https://github.com/linusback/aoc.git
Documentation: pkg.go.dev
# README
aoc2024
Advent of code 2024
Writen in go.
Will automatically download input and puzzle instructions. Need session Cookie to work here are 3 ways to provide the value for the session cookie.
- In an ADVENT_OF_CODE_SESSION environment variable.
- In a file called .adventofcode.session (note the dot) in your home directory /home/alice on Linux (not tested for other operating systems).
- In a file called adventofcode.session (no dot) in your user's config directory /home/alice/.config on Linux (not tested for other operating systems).
inspired by https://github.com/scarvalhojr/aoc-cli