RosettaCodeData/Task/Function-definition/Futhark/function-definition.futhark
2023-07-01 13:44:08 -04:00

1 line
44 B
Text

let multiply (x: i32, y: i32) : i32 = x * y