hacktoberfest-2018/code/hello.elm
mory91 f5dcc299dc Update Readme
Add Helloworld in elm
2018-10-07 13:47:45 +03:30

7 lines
88 B
Elm

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