// Author: David Riley
// Date: July, 2002

public class Driver {
    
    public static void main(String[] args)   {
        MazeGrid grid = new MazeGrid(7, 6);
    }

}
