Monday, November 3, 2008

#include
#include
using namespace std;

int main(int argc, char *argv[])
{
cout<<"I Love Nemo and Leroy"<< endl;
system("PAUSE");
return 0;
}

No comments: