Project for AOC challenges and solutions.
Create a .env file with the following:
SESSION_TOKEN=<aoc-session-token>
Link the package locally:
npm linkInitialise a day:
aoc --init --day 1Run a solution:
aoc --solve --day 1 --part 1Submit a solution:
aoc --submit --day 1 --part 1
Run tests with:
npm testRun benchmarks with:
npm run benchmarkSee below for a list of puzzles and solutions in this repo.