Arkadiy Radaev cbfbf06e0a res
2023-12-01 20:37:58 +04:00

6 lines
55 B
Java

public enum NumberType {
One,
Two,
Three
}