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

2 lines
44 B
Plaintext

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