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;
}
// 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