Skip to content

Instantly share code, notes, and snippets.

View tssandor's full-sized avatar

TSS tssandor

View GitHub Profile
@benkoshy
benkoshy / Elm-Programming-Hello-World.md
Created December 7, 2018 16:42
ELM 0.19 - A Simple ELM Programming

If you're following along the Beginning Elm book then, after much stuggle, this is the code which worked for me. I hope it saves you a lot of heartache.

HomePage.elm

module Main exposing (..)

import Html exposing (..)
import Html.Attributes exposing (..)