Ad
  • Default User Avatar

    Good Kata. I almost got tripped up at the end, when my code ran successfully with the sample test, but not the final test. Fortunatley I realised that I needed to overload the "<<" operator to allow printing of x without calling the print function (i.e. cout << x() == x.print() )