RosettaCodeData/Task/Function-definition/Futhark/function-definition.futhark

2 lines
42 B
Plaintext

fun multiply(x: int, y: int): int = x * y