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;
}
}
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;
}
}
Post a Comment