5 lines
57 B
Elm
5 lines
57 B
Elm
|
|
import Html exposing (text)
|
||
|
|
|
||
|
|
main =
|
||
|
|
text "Hello World"
|