Skip to content

Instantly share code, notes, and snippets.

@sylvaticus
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sylvaticus/453c97bef5b1be85aad3 to your computer and use it in GitHub Desktop.
Save sylvaticus/453c97bef5b1be85aad3 to your computer and use it in GitHub Desktop.
test
int stop=5;
for(int i=0, i<stop;i++){
std::cout << "Hello world, I'm a test!" << std::endl; // this line has been edited
std::cout << i << std::endl;
std::cout << "Added line" << std::endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment