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

5 lines
71 B
Elm
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
--Language prints the text in " "
import Html
main =
Html.text"empty"