Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created April 16, 2016 08:57
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 chuck0523/051c842499064cc110592bc690222fa7 to your computer and use it in GitHub Desktop.
Save chuck0523/051c842499064cc110592bc690222fa7 to your computer and use it in GitHub Desktop.
type alias Model = String
init : String -> Model
init task = task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment