2 lines
42 B
Text
2 lines
42 B
Text
|
|
fun multiply(x: int, y: int): int = x * y
|
|
|
fun multiply(x: int, y: int): int = x * y
|