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

5 lines
71 B
Elm
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
--Language prints the text in " "
import Html
main =
Html.text"empty"