My solutions to the Advent of Code 2023 puzzles: https://adventofcode.com/2023
- Node (tested with v20)
- Or use devcontainer
- Register on Advent of Code: https://adventofcode.com/2023/auth/login
- For each day, save your
input.txt
file to the relevant directory. - From within the day directory, run
node index.js
.
To use sample data and verbose logging, set the environment variable DEBUG="true"
.