Skip to content

Instantly share code, notes, and snippets.

@jmn
jmn / Main.elm
Created October 3, 2017 12:16 — forked from anonymous/Main.elm
Untitled
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (..)
import Http
import Json.Decode as Decode
main : Program Never Model Msg
main =
Html.program