class MineSweeper { public static void main(String[] args) { MineController mc = new MineController(); mc.start(); } }