cmake/Tests/SwiftMixLib/lib.swift

4 lines
53 B
Swift
Raw Normal View History

2022-11-16 20:14:03 +01:00
public func add(a: Int, b: Int) -> Int {
a + b
}