4 lines
61 B
Text
4 lines
61 B
Text
|
|
@Integer multiply(@Integer a, @Integer b) [
|
||
|
|
return a * b;
|
||
|
|
]
|