RosettaCodeData/Task/Empty-program/Elm/empty-program.elm

5 lines
71 B
Elm

--Language prints the text in " "
import Html
main =
Html.text"empty"