mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 05:12:40 +00:00
Update Readme
Add Helloworld in elm
This commit is contained in:
parent
4da95e9a22
commit
f5dcc299dc
@ -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)
|
- [![twitter-alt][twitter-img]](https://twitter.com/_mohit_yadav)
|
||||||
[![github-alt][github-img]](https://github.com/mohityadav7)
|
[![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
|
### mkaur7999
|
||||||
- I am a young developer in Sri Lanka
|
- I am a young developer in Sri Lanka
|
||||||
- I'm currently a undergraduate
|
- I'm currently a undergraduate
|
||||||
|
7
code/hello.elm
Normal file
7
code/hello.elm
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
module Hello exposing (..)
|
||||||
|
|
||||||
|
import Html exposing (text)
|
||||||
|
|
||||||
|
|
||||||
|
main =
|
||||||
|
text "Hello World!"
|
Loading…
Reference in New Issue
Block a user