void printDichotomyASCII()
{
cout << endl << endl;
cout << " ========================================================================================" << endl;
cout << "|***************************************************************************************|" << endl;
cout << "|* d8888d. 88 .o88b. d8 8b .d88b. Y888888P .d88b. db db 88 d888888 *|" << endl;
cout << "|* 88 `8D '' d8P Y8.88 88 8P Y8. `88´ 8P Y8. 88o o88 '' 88' *|" << endl;
cout << "|* 88 88 db 8P 88oooo88 88 88 88 88 88 8Y8o o8Y8 db 88ooooo *|" << endl;
cout << "|* 88 88 88 8b 88----88 88 88 88 88 88 88.Y8o8.88 88 88~~~~~ *|" << endl;
cout << "|* 88 .8D 88 Y8b d8 88 88 `8b d8' 88 `8b d8' 88 Y8Y 88 88 88. *|" << endl;
cout << "|* Y8888D' db `Y88P' YP 88 `Y88P' YP `Y88P' YP Y YY db Y88888P *|" << endl;
cout << "|* *|" << endl;
cout << "|***************************************************************************************|" << endl;
cout << " ========================================================================================" << endl;
cout << endl << endl;
}