https://github.com/tsfoster/advent-of-code-2016-elm
My solutions to Advent of Code 2016, in Elm
https://github.com/tsfoster/advent-of-code-2016-elm
Last synced: 2 months ago
JSON representation
My solutions to Advent of Code 2016, in Elm
- Host: GitHub
- URL: https://github.com/tsfoster/advent-of-code-2016-elm
- Owner: TSFoster
- Created: 2016-12-13T21:48:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T16:01:09.000Z (over 9 years ago)
- Last Synced: 2025-03-05T15:51:19.472Z (over 1 year ago)
- Language: Elm
- Size: 617 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-of-code-2016-elm
My solutions to Advent of Code 2016, in Elm
## To view
## To build
```sh
git clone https://github.com/TSFoster/advent-of-code-2016-elm ./advent-of-code-2016-elm
cd !$ && elm package install -y && elm make Main.elm && open index.html
```