Guest User

Untitled

a guest
Jan 20th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. package com.company;
  2.  
  3. public class Main {
  4.  
  5. public static void main(String[] args) {
  6. }
  7. enum Animal{
  8. CAT,
  9. DOG,
  10. COW
  11. }
  12. }
Add Comment
Please, Sign In to add comment