Update Readme

Add Helloworld in elm
This commit is contained in:
mory91 2018-10-07 13:47:45 +03:30
parent 4da95e9a22
commit f5dcc299dc
2 changed files with 12 additions and 0 deletions

View File

@ -617,6 +617,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
- [![twitter-alt][twitter-img]](https://twitter.com/_mohit_yadav)
[![github-alt][github-img]](https://github.com/mohityadav7)
### Morteza Hosseini
- Yet Another Developer
- [![twitter-alt][twitter-img]](https://twitter.com/mortezism)
[![github-alt][github-img]](https://github.com/mory91)
### mkaur7999
- I am a young developer in Sri Lanka
- I'm currently a undergraduate

7
code/hello.elm Normal file
View File

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