Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public enum Boobs
- {
- SMALL { void print(){ System.out.println("o.o"); } },
- BIG { void print(){ System.out.println("O.O"); } },
- JADED { void print(){ System.out.println("( . Y . )"); } }
- void print(){}
- }
- Boobs.parse(input).print();
Advertisement
Add Comment
Please, Sign In to add comment