4 lines
71 B
Elm
4 lines
71 B
Elm
--Language prints the text in " "
|
|
import Html
|
|
main =
|
|
Html.text"empty"
|