diff options
Diffstat (limited to 'Tests/SwiftMixLib/lib.swift')
-rw-r--r-- | Tests/SwiftMixLib/lib.swift | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/SwiftMixLib/lib.swift b/Tests/SwiftMixLib/lib.swift new file mode 100644 index 0000000..61009d8 --- /dev/null +++ b/Tests/SwiftMixLib/lib.swift @@ -0,0 +1,3 @@ +public func add(a: Int, b: Int) -> Int { + a + b +} |