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

https://github.com/magellol/adventofcode-solutions

Solutions for http://adventofcode.com/
https://github.com/magellol/adventofcode-solutions

Last synced: 3 months ago
JSON representation

Solutions for http://adventofcode.com/

Awesome Lists containing this project

README

        

## Solutions to [http://adventofcode.com/](http://adventofcode.com/)
Everyone has their own ways to wait for Christmas.

## Tests
Run `yarn run test` or `npm run test` if you don't have yarn installed.

## Disclaimer
These bits of code are solutions to each of the puzzles on _adventofcode_.
While there are probably more suited and more elegant ways to solve them, I usually stopped after the first or the second
iteration of the code and moved on.

I'm going to try to post them each day.