Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notheotherben/aoc2017
Advent of Code 2017
https://github.com/notheotherben/aoc2017
aoc aoc2017 hackathon nodejs
Last synced: 23 days ago
JSON representation
Advent of Code 2017
- Host: GitHub
- URL: https://github.com/notheotherben/aoc2017
- Owner: notheotherben
- License: mit
- Created: 2017-12-10T06:17:01.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2020-06-14T10:17:23.000Z (over 4 years ago)
- Last Synced: 2024-11-09T02:34:27.835Z (3 months ago)
- Topics: aoc, aoc2017, hackathon, nodejs
- Language: JavaScript
- Size: 166 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AoC 2017 [![Build Status](https://travis-ci.org/SPARTAN563/aoc2017.svg?branch=master)](https://travis-ci.org/SPARTAN563/aoc2017)
**Advent Of Code 2017**These are the pieces of code used to solve various puzzles as part of the AoC 2017 challenge.
All of the puzzles have their implementations unit tested using the `mocha` framework and `chai`,
with the puzzle examples codified into these tests. You will also find that there are a subset of
the tests which are solely responsible for calculating the results of the daily problems.Results are printed to `stdout` and will be listed as part of the standard test output.
You can try the challenge yourself by visiting [adventofcode.com](https://adventofcode.com/)
and compete on my private leaderboard with the code `192559-638b1282`.