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