Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
Add type annotation for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe committed Oct 11, 2018
1 parent 93464f8 commit e69571e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Elm/hello.elm
Expand Up @@ -2,5 +2,6 @@ module Hello exposing (..)

import Html exposing (text)

main: Html msg
main =
text "Hello"
text "Hello"

0 comments on commit e69571e

Please sign in to comment.