forked from JavaTX/JavaCompilerCore
5 lines
101 B
Java
5 lines
101 B
Java
class AddLongOperator{
|
|
Long method(Long x, Long y){
|
|
return x + y;
|
|
}
|
|
} |