Last active
October 16, 2020 02:15
-
-
Save talesmgodois/3b382dfc86b86a160c7c0a7e7b51c7a7 to your computer and use it in GitHub Desktop.
enum.java
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 EBreeds { | |
AKITA, | |
SCOTTISH_TERRIER | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment