forked from JavaTX/JavaCompilerCore
5 lines
82 B
Java
5 lines
82 B
Java
class DivOperator{
|
|
method(x, y){
|
|
return x / y;
|
|
}
|
|
} |