This website requires JavaScript.
Explore
Help
Sign In
guanjihuan
/
GitHub_collection_hello-world
Watch
1
Star
0
Fork
0
You've already forked GitHub_collection_hello-world
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
GitHub_collection_hello-world
/
e
/
Elm.elm
5 lines
57 B
Elm
Raw
Normal View
History
Unescape
Escape
[master] [elm] - add a hello world example for Elm ( from from http://elm-lang.org/examples/hello-html )
2016-05-20 17:20:20 +01:00
import
Html
exposing
(
text
)
main
=
Normalize printed text Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-03-30 04:21:52 +13:00
text
"
H
e
l
l
o
W
o
r
l
d
"
Reference in New Issue
Copy Permalink