提交 744669a9 编写于 作者: J Jonathan Dierksen

Update swift integration test results.

上级 bc422b8b
var teamScore = 0
var greeting = "Hello!"
var multiLineString = """
This is a multi-line string!
"""
func hasAnyMatches(list: [Int], condition: (Int) -> Bool) -> Bool {
for item in list {
if condition(item) {
......@@ -7,4 +10,4 @@ func hasAnyMatches(list: [Int], condition: (Int) -> Bool) -> Bool {
}
}
return false
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册