using Minesweeper; class Application { public static void Main(string[] args) { Game game = new Game(args); game.Run(); } }