Skip to content

Instantly share code, notes, and snippets.

@tedyhy
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tedyhy/01b006a6086730580368 to your computer and use it in GitHub Desktop.
Save tedyhy/01b006a6086730580368 to your computer and use it in GitHub Desktop.
test1
let a = 1
println(a)
var sum = 0
func aa(numbers: Int) -> Int{
for n in numbers{
sum += n
}
return sum
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment