lots of exercises in java... from https://github.com/exercism/java

Result.java 44B

123456
  1. enum Result {
  2. WIN,
  3. DRAW,
  4. LOSS
  5. }