/advent-of-code-2021

Solutions to puzzles from the 2021 Advent Of Code

Primary LanguageJavaScript

Solutions to puzzles from the 2021 Advent Of Code.

Before running, set a session token in input.mjs.

Run all solutions with:

npm start

Run specific solution with:

npm start <task_number>