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