5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
import Html exposing (text)
|
|
|
|
main =
|
|
text "Hello, World!"
|