diff --git a/e/hello-html.elm b/e/hello-html.elm new file mode 100644 index 00000000..8d383805 --- /dev/null +++ b/e/hello-html.elm @@ -0,0 +1,4 @@ +import Html exposing (text) + +main = + text "Hello, World!"