Created
February 23, 2019 18:02
-
-
Save bstro/22585039e6b61211a245b335131c27ef to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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