Revision: 32485
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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++