12345678
int main() { //Create contituency and start flow Contituency* con = new Contituency(); con->start(); system("pause"); return 0; }