2015-04-20 15:36:01 -07:00

6 lines
101 B
Java

//: initialization/Spiciness.java
public enum Spiciness {
NOT, MILD, MEDIUM, HOT, FLAMING
} ///:~