Skip to content

simonfl3tcher/2016-advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2016-advent-of-code

My code for the 2016 Advent Of Code challenge.

Find answer to single a day

  1. cd into the day:
cd day-1
  1. Run node
node
  1. Load file into REPL
.load solve.js
  1. Run module
module.run()

TODO: Check everything is running OK.

  1. Install dependencies:
```javascript
npm install
```
  1. Run the unit tests
```javascript
npm test
```

Releases

No releases published

Packages

No packages published