7 lines
74 B
Java
7 lines
74 B
Java
|
class Fuc1{
|
||
|
|
||
|
Integer mul(Integer x, Integer y) {
|
||
|
return x;
|
||
|
}
|
||
|
}
|