We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3af68 commit ced887dCopy full SHA for ced887d
exercises/practice/anagram/.docs/instructions.append.md
@@ -4,6 +4,8 @@
4
5
Each set of words is represented as a null-terminated string, with a newline character at the end of each word.
6
7
+You must return the anagrams in the same order as they are listed in the candidate words.
8
+
9
An example would be `"tones\nnotes\nSeton\n"`
10
11
## Registers
0 commit comments