MatijaNovosel / advent-of-code

πŸŽ„ Advent of code 2022 - Solved with Javascript.

Repository from Github https://github.comMatijaNovosel/advent-of-codeRepository from Github https://github.comMatijaNovosel/advent-of-code

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

About

πŸŽ„ Advent of code 2022 - Solved with Javascript.

License:MIT License


Languages

Language:JavaScript 100.0%