Is it still on the download page? I had gotten it before from there, but I deleted it because I thought that I wouldn't use it for a while.

But what goes around comes around, and I would like to find it again!


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}