4 lines
60 B
Text
4 lines
60 B
Text
|
|
multiply: func (a: Double, b: Double) -> Double {
|
||
|
|
a * b
|
||
|
|
}
|