7b9a00a7e6
This reverts commit 3ab96a3ed7
.
5 lines
101 B
Java
5 lines
101 B
Java
class AddLongOperator{
|
|
Long method(Long x, Long y){
|
|
return x + y;
|
|
}
|
|
} |