/advent-of-code

🎄 Advent of code 2022 - Solved with Javascript.

Primary LanguageJavaScriptMIT LicenseMIT

Advent of code

Advent of code - Solved with Javascript

🚀 Usage

The folders are organized by day and contain the solution index.js, the input input.txt and the task description README.md.

  1. Install the dependencies: npm i (only one being my utilities package)
  2. Run npm run start {year} {n} to see both of the outputs of a specified day (1 - 25) and year