cmake/Tests/SwiftMixLib/lib.swift
2022-11-16 20:14:03 +01:00

4 lines
53 B
Swift

public func add(a: Int, b: Int) -> Int {
a + b
}