4 lines
51 B
Text
4 lines
51 B
Text
|
|
method int multiply int x int y {
|
||
|
|
return x * y
|
||
|
|
}
|