Skip to content

proposales/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 13, 2022
20046a4 · Dec 13, 2022

History

7 Commits
Dec 13, 2022
Dec 9, 2021
Dec 13, 2022
Dec 13, 2022
Dec 13, 2022
Dec 13, 2022
Dec 13, 2022
Dec 9, 2021

Repository files navigation

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.