Merge pull request #303 from AntouanK/master
Add "hello world" example for Elm
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