Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hugojosefson/adventofcode-lab

Working through adventofcode.com exercises...
https://github.com/hugojosefson/adventofcode-lab

adventofcode baconjs fp javascript

Last synced: 29 days ago
JSON representation

Working through adventofcode.com exercises...

Awesome Lists containing this project

README

        

# Advent of Code Lab

Working through [adventofcode.com](https://adventofcode.com/)
exercises, putting the answer to each exercise in this repo.

Having fun with Functional Reactive Programming using BaconJS.

[![Build Status](https://travis-ci.org/hugojosefson/adventofcode-lab.svg?branch=master)](https://travis-ci.org/hugojosefson/adventofcode-lab)

## How to run

yarn
yarn start

For example

yarn start 2015 1 2 3
yarn start 2017 1

## Run tests

yarn
yarn test