fixed elm filename

This commit is contained in:
V. Barozzi
2018-03-12 00:57:24 -03:00
parent a46970f070
commit 6024754a04
3 changed files with 5 additions and 1 deletions

4
e/elm.elm Normal file
View File

@@ -0,0 +1,4 @@
import Html exposing (text)
main =
text "Hello, World!"