7b9a00a7e6
This reverts commit 3ab96a3ed74f41435b6b41502377f5a0084e6d75.
5 lines
82 B
Java
5 lines
82 B
Java
class MulOperator{
|
|
method(x, y){
|
|
return x * y;
|
|
}
|
|
} |