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