Skip to content

Instantly share code, notes, and snippets.

@arecvlohe
Last active April 23, 2017 00:34
Show Gist options
  • Save arecvlohe/fc6d8db43627fdcb0d098d5cc2b5f162 to your computer and use it in GitHub Desktop.
Save arecvlohe/fc6d8db43627fdcb0d098d5cc2b5f162 to your computer and use it in GitHub Desktop.
quotes : List Model
quotes =
[ { author = "Victoria Justice", quote = "It's nice to just embrace the natural beauty within you." }
, { author = "Moises Arias", quote = "It is nice finding that place where you can just go and relax." }
, { author = "Yogi Berra", quote = "It ain't over till it's over" }
, { author = "Albert Einstein", quote = "Look deep into nature, and then you will understand everything better." }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment