chore: initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Jecnaapi: HybridJecnaapiSpec {
|
||||
public func multiply(a: Double, b: Double) throws -> Double {
|
||||
return a * b
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user