https://github.com/hugojosefson/adventofcode-lab
Working through adventofcode.com exercises...
https://github.com/hugojosefson/adventofcode-lab
adventofcode baconjs fp javascript
Last synced: about 1 year 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T14:09:56.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T17:48:21.552Z (over 1 year 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.
[](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