7 lines
86 B
Java
Raw Normal View History

2017-11-29 14:45:15 +01:00
class ReturnM1{
Integer r;
Integer mul(Integer x, Integer y) {
return r;
}
}