Recursive Digit Sum

  • + 0 comments

    Can confirm - tests are wrong: one glaring example: 123 = 1+2+3 = 6. Test expects that to be 9. Hackerrank is enterprise software confirmed.