Skip to content

Instantly share code, notes, and snippets.

@waseefakhtar
Created August 27, 2023 21:59
Show Gist options
  • Save waseefakhtar/2f79d6fd024bb86d9a1f505c68ab441e to your computer and use it in GitHub Desktop.
Save waseefakhtar/2f79d6fd024bb86d9a1f505c68ab441e to your computer and use it in GitHub Desktop.
enum class TimesOfDay {
Morning,
Afternoon,
Evening,
Night
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment