Skip to content

Instantly share code, notes, and snippets.

@lfmundim
Created April 27, 2020 23:04
Show Gist options
  • Save lfmundim/51b736a2a97ee8dba17298cfcd0c1198 to your computer and use it in GitHub Desktop.
Save lfmundim/51b736a2a97ee8dba17298cfcd0c1198 to your computer and use it in GitHub Desktop.
public enum BirdType
{
    African,
    American,
    European,
    Asian // new type
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment