Brian's Bumblings

Monday, January 02, 2006

Testing Blogger for Word

Testing Blogger for Word for Code Posts

// myfirst.cpp--displays a message

#include <iostream>
int main()
{
     using namespace std;
     cout << "Come up and C++ me some time.\n";
     cout << "You won't regret it!" << endl;
     return 0;
}

0 Comments:

Post a Comment

<< Home