module
Version:
v0.0.0-...-f0b2900
Opens a new window with list of versions in this module.
Published: May 4, 2025
License: MIT
Opens a new window with license information.
README
¶

Advent of Code 2023
My attempt at https://adventofcode.com/2023
Note: All task input files are excluded from the repository with ".gitignore" – we should not post them publicly, as Eric Wastl asks for: Tweet.
To run the scripts
- Run
make DAY=01 prep
with the day number. The example here is for Day 01
- Run
make input
to download the input file into the day's folder
- Run
make test
to run current day's file
- Login to AoC
- Most requests should use your session cookie, copy it. It starts with "session=" until ";"
- Put it into "cookie.txt"
To test the template
- Set "day.txt" to "template"
- Run
make test
Directories
¶
Click to show internal directories.
Click to hide internal directories.