Everyone here seems to have either more than one display, or more than one computer. I have two computers in my "workspace", but one of them isn't mine.
And plus, my computer looks puny compared to everyone else's.
Code:
void main()
{
cout << "I am MrCode,";
cout << "hear me roar!";
system("PAUSE");
}