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

2 lines
38 B
Nim

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