forked from JavaTX/JavaCompilerCore
5 lines
79 B
Java
5 lines
79 B
Java
class AddOperator{
|
|
method(x){
|
|
return x + x;
|
|
}
|
|
} |