static void Main(string[] args) { InboxCleanup x = new InboxCleanup(); Console.WriteLine(x.fewestClicks("..........", 5, 10)); Console.ReadLine(); }