hacktoberfest-2018/code/hello.elm

7 lines
88 B
Elm
Raw Normal View History

2018-10-07 10:17:45 +00:00
module Hello exposing (..)
import Html exposing (text)
main =
text "Hello World!"