using System; namespace SolutionConsole { class Program { static void Main(string[] args) { Console.WriteLine("Done."); Console.ReadLine( ); } } }