6 lines
55 B
Java
Raw Normal View History

2023-12-01 20:37:58 +04:00
public enum NumberType {
One,
Two,
Three
}