static void Main(string[] args) { DivisorDigits d = new DivisorDigits(); Console.WriteLine(d.howMany(100000)); Console.ReadLine(); }