Skip to content

Instantly share code, notes, and snippets.

@alaboudi
Created June 16, 2020 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alaboudi/73abb5aca34c0cb5287e88a4b9ce4597 to your computer and use it in GitHub Desktop.
Save alaboudi/73abb5aca34c0cb5287e88a4b9ce4597 to your computer and use it in GitHub Desktop.
Traffic Light - Manipulated Enum
Enum TrafficLightColors {
Red = "#ff0000",
Yellow = "#fff600",
Green = "#37ff00"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment