Merge pull request #230 from mory91/master

Update Readme
This commit is contained in:
Josh Cunningham
2018-10-09 08:44:35 -07:00
committed by GitHub
2 changed files with 12 additions and 0 deletions

7
code/hello.elm Normal file
View File

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