Skip to content

Instantly share code, notes, and snippets.

@dineshba
Last active May 21, 2018 18:51
Show Gist options
  • Save dineshba/8c2f2b287b8d210e5622c353a833fa98 to your computer and use it in GitHub Desktop.
Save dineshba/8c2f2b287b8d210e5622c353a833fa98 to your computer and use it in GitHub Desktop.
enum Taste {
case sweet
case bitter
case sour
case spicy
case salty(Int)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment