5 lines
55 B
Java
Raw Permalink Normal View History

public enum WheelNumber {
Four,
Five,
Six
}