Skip to content

Instantly share code, notes, and snippets.

@arecvlohe
Created April 23, 2017 01:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arecvlohe/e55faf33d54380b18313ad487a7f7571 to your computer and use it in GitHub Desktop.
Save arecvlohe/e55faf33d54380b18313ad487a7f7571 to your computer and use it in GitHub Desktop.
init : ( Model, Cmd Msg )
init =
( { author = "Adam", quote = "Elm is a nice language to use!" }, Cmd.none )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment