7 lines
65 B
Plaintext
7 lines
65 B
Plaintext
|
private enum RIGHT {
|
||
|
ONE,
|
||
|
TWO,
|
||
|
THREE,
|
||
|
ChangeMe
|
||
|
}
|