Skip to content

Files

Latest commit

909067f · Dec 13, 2022

History

History
17 lines (11 loc) · 220 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 220 Bytes

Advent of Code

https://adventofcode.com/

Install dependencies by running:

npm install

Run the solution for a certain day with:

node dayX.js

You will have to install a recent version of Node.js.