Antonis Karamitros @antouank a0ca8f90f1 [master] [elm]
- add a hello world example for Elm ( from from http://elm-lang.org/examples/hello-html )
2016-05-20 17:20:20 +01:00

5 lines
59 B
Elm

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