Files

5 lines
57 B
Elm
Raw Permalink Normal View History

2021-03-24 00:00:01 +00:00
import Html exposing (text)
main =
text "Hello World"