Last active
January 8, 2017 10:47
-
-
Save dumindu/482bd90c502b70c0437798595aa3bce8 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 Day { | |
Sunday, | |
Monday, | |
Tuesday, | |
Wednesday, | |
Thursday, | |
Friday, | |
Saturday | |
} | |
// Day is the enum | |
// Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday are the variants |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment