RosettaCodeData/Task/Function-definition/Nim/function-definition-3.nim

2 lines
38 B
Nim

proc multiply(a, b: int): int = a * b