#include "iostream.h"
using namespace std;
int main(int argc, char* argv[])
{
cout << "And so it begins...." << endl;
return EXIT_SUCCESS;
}