Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 659 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 659 Bytes

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