Solutions for Advent of Code. The solutions are written in JavaScript using Node.js.
To run these solutions, you need Node.js installed. Navigate to a year/Day-X
directory and run node index.mjs
and the solution will be printed to the console.
The content of input.txt
is my personal puzzle input from Advent of Code.
Results are available on the Advent of Code website.