Files
hello-world/e/elm.elm

5 lines
57 B
Elm

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