dd8f119 ^
1 2 3 4 5 6 7
module Main exposing (..) import Html exposing (text) -- create main method main = text "Hello Elm from TutorialsPoint"