Skip to content

Instantly share code, notes, and snippets.

@mcade
Created August 9, 2017 22:57
Show Gist options
  • Save mcade/7846cfb73d91bf26c91660a317275385 to your computer and use it in GitHub Desktop.
Save mcade/7846cfb73d91bf26c91660a317275385 to your computer and use it in GitHub Desktop.
Initial Main.elm hello world app
module Main exposing (..)
import Html exposing (text)
main =
text "Hello, World!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment