2018-08-22 01:37:32 -03:00

5 lines
59 B
Elm
Executable File

import Html exposing (text)
main =
text "Hello, World!"