#include #include "Grid.h" // Ideal Main program for an OO // designed code. int main() { Grid *myGrid = new Grid(); }