2 lines
44 B
Text
2 lines
44 B
Text
|
|
let multiply (x: i32, y: i32) : i32 = x * y
|
|
|
let multiply (x: i32, y: i32) : i32 = x * y
|