5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
|
static box ModOperator {
|
||
|
|
apply(a, b) { return a % b }
|
||
|
|
}
|
||
|
|
|