Skip to content

Instantly share code, notes, and snippets.

@akatch
Created June 30, 2017 00:36
Show Gist options
  • Save akatch/239b7d2b04669fa678ec6203c3887219 to your computer and use it in GitHub Desktop.
Save akatch/239b7d2b04669fa678ec6203c3887219 to your computer and use it in GitHub Desktop.
# This is a list / array
numbers:
- one
- two
- three
# This is a dict / hash
numbers:
one: 1
two: 2
three: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment