Skip to content

alocquet/aoc-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soluces - Advent of code 2016

Build Status

Soluces for Advent of code 2016 written with TypeScript and mocha tests.

Build

  • clone git
git clone https://github.com/alocquet/aoc-2016.git
  • install
npm i
  • run all tests
npm test
  • run tests only for one day
npm test -- -g day-05
  • run clustered program
tsc
node dist/day-14/cluster/cluster.js

Credit

Advent of code

About

Soluces for 'Advent of Code 2016'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published