Solutions for Advent of Code 2025 with JS
Dependencies:
Tools:
yarnSolutions can be created with the yarn solution script passing the number of the day as two-digit:
yarn solution 01The puzzle inputs are unique per user and not going to be tracked. Update your input.in file with your input from Advent of Code website.
Run and see solutions
yarn solveRun tests (wth Jest)
yarn testLint code
yarn lintThis project was created with this 🎄AoC template