diff --git a/exercises/practice/anagram/.docs/instructions.append.md b/exercises/practice/anagram/.docs/instructions.append.md index 302aadeb..964740b5 100644 --- a/exercises/practice/anagram/.docs/instructions.append.md +++ b/exercises/practice/anagram/.docs/instructions.append.md @@ -1,5 +1,7 @@ # Instructions append +## Track specific instructions + The result should be a string with anagrams separated by a comma (e.g., `"hello,world"`). You must return the anagrams in the same order as they are listed in the candidate words.