Trying to solve Advent Of Code 2017 in Elm.
This is my first time trying out Elm so please bear with me... :-)
- Install elm
- Clone source
- From project folder run:
elm-package install elm-reactor
- Point your browser to http://localhost:8000/App.elm
- Enjoy! :)
Note: My personal puzzle inputs are included and used by default. If you want to use your own inputs, just check "Use custom input" and provide your own data in the textarea.