Last active
December 12, 2015 10:58
-
-
Save kostiakoval/54688c5aba3991dad014 to your computer and use it in GitHub Desktop.
SpeedLog-post-4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func testFunc() { | |
for i in 0...100 { | |
let y = i * 10 | |
SpeedLog.print(y) | |
} | |
} | |
testFunc() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment