https://github.com/pierrebeitz/advent-of-code
My solutions for the Advent of Code. In elm, elixir, javascript, haskell...
https://github.com/pierrebeitz/advent-of-code
Last synced: 9 months ago
JSON representation
My solutions for the Advent of Code. In elm, elixir, javascript, haskell...
- Host: GitHub
- URL: https://github.com/pierrebeitz/advent-of-code
- Owner: pierrebeitz
- Created: 2017-12-04T18:44:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T10:21:36.000Z (over 5 years ago)
- Last Synced: 2025-08-22T20:59:48.072Z (10 months ago)
- Language: Elm
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Advent of Code
Some solutions in some languages for the [advent of code](https://adventofcode.com).
## Setup
### For elm-solutions
```
npm install -g elm
elm-reactor
# open localhost:8000 and click on the days
```