Skip to content

Instantly share code, notes, and snippets.

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