mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 05:12:40 +00:00
commit
6208f0225f
@ -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
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