Skip to content

Commit ced887d

Browse files
committed
exercises/practice/anagram: add an append with instructions about the order of the return values
1 parent bb3af68 commit ced887d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/practice/anagram/.docs/instructions.append.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Each set of words is represented as a null-terminated string, with a newline character at the end of each word.
66

7+
You must return the anagrams in the same order as they are listed in the candidate words.
8+
79
An example would be `"tones\nnotes\nSeton\n"`
810

911
## Registers

0 commit comments

Comments
 (0)