Hello World, One Geek Joke!

#include
using namespace std;


void main()
{
    // a geek joke , you don't have to understand this
    cout << "Hello World!" << endl;
    while(true)
    {
          // something to make your computer halt :P
          cout << "Welcome to my blog" << endl;
    }

}


Comment Or See What Others Are Saying ( 0 comments )

Post a Comment