Skip to content

Commit

Permalink
exercises/practice/anagram: add an append with instructions about the…
Browse files Browse the repository at this point in the history
… order of the return values
  • Loading branch information
IsaacG committed Jan 15, 2025
1 parent aa40d0b commit 1eb3298
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion exercises/practice/anagram/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Instructions append

The skipped tests near the bottom of the anagram_test.php are **Stretch Goals**, they are optional. They require the usage of `mb_string` functions, which aren't installed by default with every version of PHP.
You must return the anagrams in the same order as they are listed in the candidate words.

The skipped tests near the bottom of the anagram_test.php are **Stretch Goals**, they are optional.
They require the usage of `mb_string` functions, which aren't installed by default with every version of PHP.

0 comments on commit 1eb3298

Please sign in to comment.