2 lines
37 B
Scala
2 lines
37 B
Scala
|
|
def multiply(a: Int, b: Int) = a * b
|
|
|
def multiply(a: Int, b: Int) = a * b
|