Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 566 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 566 Bytes

Advent Of Code 2017 in Elm

Trying to solve Advent Of Code 2017 in Elm.

This is my first time trying out Elm so please bear with me... :-)

How to run

  1. Install elm
  2. Clone source
  3. From project folder run:
     elm-package install
     elm-reactor
    
  4. Point your browser to http://localhost:8000/App.elm
  5. 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.