import java.io.FileNotFoundException;

//Elizabeth Sellers
public class Main {

	public static void main(String[] args) throws FileNotFoundException {
		
		@SuppressWarnings("unused")
		MinesweeperGUI myGame = new MinesweeperGUI();
		
	}//ends method - main

}//ends class - Main