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

3 lines
49 B
Nim

proc multiply(a, b: Int): Int =
result = a * b