using System; namespace Battle { class Program { static void Main(string[] args) { new Game().Run(); } } }