Skip to content

hugojosefson/adventofcode-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Lab

Working through adventofcode.com exercises, putting the answer to each exercise in this repo.

Having fun with Functional Reactive Programming using BaconJS.

Build Status

How to run

yarn
yarn start <year> <number(s)>

For example

yarn start 2015 1 2 3
yarn start 2017 1

Run tests

yarn
yarn test