/**
 * CS1101 Lab 05 Ex 1: MineSweeper.java
 *
 * <fill in your discussion group here>
 *
 * This class represents the MineSweeper game state.
 **/

public class MineSweeper
{
    /*
     *  You may choose to use this class or not
     */
}

