Skip to content

Instantly share code, notes, and snippets.

@Fiona-J-W
Created December 15, 2013 17:48
Show Gist options
  • Save Fiona-J-W/7975895 to your computer and use it in GitHub Desktop.
Save Fiona-J-W/7975895 to your computer and use it in GitHub Desktop.
#include <iostream>
int main() {
for(int i=0; i < 10; ++i) {
std::cout << "Hello World\n";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment