Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 481 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 481 Bytes

Advent Of Code Solutions

A project to learn Elm. Available from https://jhf.github.io/AdventOfCode

Development Setup

Setup

For local development:

  • elm-reactor

To publish.

  • elm-make app.elm --output app.js
  • git add .
  • git commit -m 'Change description'
  • git push