https://github.com/jtberglund/advent-of-code-2017
My solutions for Advent of Code 2017
https://github.com/jtberglund/advent-of-code-2017
advent-of-code advent-of-code-2017 functional-programming javascript ramda
Last synced: 9 months ago
JSON representation
My solutions for Advent of Code 2017
- Host: GitHub
- URL: https://github.com/jtberglund/advent-of-code-2017
- Owner: jtberglund
- Created: 2017-12-06T07:40:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T02:00:46.000Z (over 7 years ago)
- Last Synced: 2025-01-10T22:41:52.836Z (10 months ago)
- Topics: advent-of-code, advent-of-code-2017, functional-programming, javascript, ramda
- Language: JavaScript
- Size: 225 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2017
These are my solutions for [Advent of Code 2017](https://adventofcode.com/).
### Setup
`npm install`
### Tests
`npm run test`