Created
August 12, 2015 01:45
-
-
Save whoshuu/6eea496a891ef03a5b9e to your computer and use it in GitHub Desktop.
This file contains 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
for(auto i = 0; i < 100000; ++i) { | |
// This is a basic for-loop, duh! | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment