Skip to content

decay42/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Clone the repo and run npm install

Run as follows:

npm start -- ./src/<puzzle>.js

Where <puzzle> is the puzzle index, for example 1_1 for day 1, puzzle 1.

This is purely educational, that's why there are no built versions and the npm script is just running babel-node.