Last active
May 21, 2018 18:51
-
-
Save dineshba/8c2f2b287b8d210e5622c353a833fa98 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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