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
commit 6208f0225f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -1034,6 +1034,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

7
code/hello.elm Normal file
View File

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