Monday, December 14, 2009

Welcome!

#include "Blogger.h"

using quickIntro lol;

int codingMonday()
{
cout << "Welcome to codingMonday!!!" << endl;
cout << "Brief History: CodingMonday is a day created by two bored college students that happen to like programming\n";
cout << "Each Monday, we will discuss a random, yet useful, topic on C++, C#, or any other language or technology"<< endl;
cout << "These topics will be accompanied with explanations and source code files for you, the reader, so that you can see the actual code instead of just talk and theory.\n";

return 0;

}

Enjoy,

Verse316 and kieblera5

No comments:

Post a Comment