Skip to content

Instantly share code, notes, and snippets.

@rcmdnk
Created December 15, 2014 19:03
Show Gist options
  • Save rcmdnk/d7006af4c704a264da93 to your computer and use it in GitHub Desktop.
Save rcmdnk/d7006af4c704a264da93 to your computer and use it in GitHub Desktop.
#include <iostream>
for(int i=0;i<10;i++){
std::cout << "codeblock" << std::endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment