Return to Snippet

Revision: 32485
at September 26, 2010 12:28 by mattloto


Initial Code
#include <iostream>
#include <string>
using namespace std;

int main() {
 while(true) {
  cout << "Hello World!" << endl;
 }
}

Initial URL


Initial Description
It will spam the hell out of you

Initial Title
Not Your Ordinary Hello World

Initial Tags


Initial Language
C++