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