Skip to content

proposales/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.