7 lines
74 B
Java
Raw Normal View History

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