Merge pull request #303 from AntouanK/master

Add "hello world" example for Elm
This commit is contained in:
Mike Donaghy
2017-02-12 16:13:02 -06:00
committed by GitHub

4
e/hello-html.elm Normal file
View File

@@ -0,0 +1,4 @@
import Html exposing (text)
main =
text "Hello, World!"