Skip to content

Instantly share code, notes, and snippets.

@dumindu
Last active January 8, 2017 10:47
Show Gist options
  • Save dumindu/482bd90c502b70c0437798595aa3bce8 to your computer and use it in GitHub Desktop.
Save dumindu/482bd90c502b70c0437798595aa3bce8 to your computer and use it in GitHub Desktop.
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