hacktoberfest-2018/code/hello.elm

7 lines
88 B
Elm

module Hello exposing (..)
import Html exposing (text)
main =
text "Hello World!"