[master] [elm]
- add a hello world example for Elm ( from from http://elm-lang.org/examples/hello-html )
This commit is contained in:
4
e/hello-html.elm
Normal file
4
e/hello-html.elm
Normal file
@@ -0,0 +1,4 @@
|
||||
import Html exposing (text)
|
||||
|
||||
main =
|
||||
text "Hello, World!"
|
||||
Reference in New Issue
Block a user