Skip to content

Commit dcea4a7

Browse files
committed
say "Hello!" instead of "Hello, world!"
1 parent c2cdadb commit dcea4a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/hello-world.elm renamed to examples/hello.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ import Html exposing (text)
33

44

55
main =
6-
text "Hello, world!"
6+
text "Hello!"

pages/examples.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ main =
1717
, style "flex-wrap" "wrap"
1818
]
1919
[ viewExamples "HTML"
20-
[ "Hello World"
20+
[ "Hello"
2121
, "Groceries"
2222
, "Shapes"
2323
]

0 commit comments

Comments
 (0)