Ad
  • Custom User Avatar

    Easiest kata ever

  • Custom User Avatar

    Hi! All who not a deal with fixed_and_edge_assertions and randomly_generated_assertions,
    try to test with {1, 2, 2, 2, 3, 1}

  • Custom User Avatar

    All, who cannot passed random tests, try to pass this tests:

    Assert::That(highestScoringWord("equal to z""), Equals("equal"));
    Assert::That(highestScoringWord(" equal to z"), Equals("equal"));

    It was help me