4 lines
40 B
Text
4 lines
40 B
Text
|
|
def multiply(a, b) {
|
||
|
|
return a * b
|
||
|
|
}
|