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/
- Host: GitHub
- URL: https://github.com/magellol/adventofcode-solutions
- Owner: Magellol
- Archived: true
- Created: 2016-12-06T03:01:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T17:51:13.000Z (11 months ago)
- Last Synced: 2025-02-15T00:29:46.242Z (4 months ago)
- Language: JavaScript
- Size: 2.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.