Ad
  • Custom User Avatar

    How is it possible the name in Test3 pass with a length of 13?
    In the comment it is assumed the whole string which has size 17.

    Assert::That(name({"give", "your", "kata", "a", "name"}), Equals(13)); // giveyourkataaname

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution