Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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...
- Host: GitHub
- URL: https://github.com/hugojosefson/adventofcode-lab
- Owner: hugojosefson
- Created: 2015-12-01T20:44:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T14:09:56.000Z (over 2 years ago)
- Last Synced: 2024-04-08T16:52:09.381Z (9 months ago)
- Topics: adventofcode, baconjs, fp, javascript
- Language: JavaScript
- Homepage: https://github.com/hugojosefson/adventofcode-lab#readme
- Size: 573 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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 exampleyarn start 2015 1 2 3
yarn start 2017 1
## Run testsyarn
yarn test