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

2 lines
42 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
fun multiply(x: int, y: int): int = x * y