Include Command
Our main function starts like this:
void main()
{
First we create an object t of the Include_Test class. Then we call the example member function
t.example();
After that our little test routine ends.
}