ROSECODE 057
Non-Repeating Digits
Write a counter function that counts from 1 to one million(inclusive) but only counts numbers whose digits don't repeat. As an example, 98,(99,100,101),102 is a jump of 4. Submit total count of numbers and biggest jump. Format: total.jump