diff --git a/README.md b/README.md index 06ba005..c24eab2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/code/hello.elm b/code/hello.elm new file mode 100644 index 0000000..5ea74fb --- /dev/null +++ b/code/hello.elm @@ -0,0 +1,7 @@ +module Hello exposing (..) + +import Html exposing (text) + + +main = + text "Hello World!" \ No newline at end of file