6 lines
159 B
Text
6 lines
159 B
Text
public record RIGHT (String components, String after, String space) {
|
|
static int ONE;
|
|
static int TWO;
|
|
static int THREE;
|
|
static int ChangeMe;
|
|
}
|