Created
August 9, 2017 22:57
-
-
Save mcade/7846cfb73d91bf26c91660a317275385 to your computer and use it in GitHub Desktop.
Initial Main.elm hello world app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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