Ejemplo n.º 1
0
 static void Main(string[] args)
 {
     SumDigPower.SumDigPow(1, 100);
     Console.ReadLine();
 }