Skip to content

Instantly share code, notes, and snippets.

@bstro
Created February 23, 2019 18:02
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 bstro/22585039e6b61211a245b335131c27ef to your computer and use it in GitHub Desktop.
Save bstro/22585039e6b61211a245b335131c27ef to your computer and use it in GitHub Desktop.
module Data exposing (data)
data = { title = "Steppenwolf", author = "Hesse"
, pages = 237 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment