Skip to content

Instantly share code, notes, and snippets.

@kostiakoval
Last active December 12, 2015 10:54
Show Gist options
  • Save kostiakoval/3b8ce2fa77b22f3b7d00 to your computer and use it in GitHub Desktop.
Save kostiakoval/3b8ce2fa77b22f3b7d00 to your computer and use it in GitHub Desktop.
SpeedLog-post-2
func testFunc() {
for i in 0...100 {
let y = i * 10
print(y)
}
}
testFunc()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment