5 lines
No EOL
56 B
Elm
5 lines
No EOL
56 B
Elm
import Html exposing (text)
|
|
|
|
|
|
main =
|
|
text "Hello!" |