//: enumerated/Outcome.java
// <20>2015 MindView LLC: see Copyright.txt
package enumerated;
public enum Outcome { WIN, LOSE, DRAW } ///:~