Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 519 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 519 Bytes

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