Skip to content

Commit 619aab1

Browse files
committed
exercises/practice/anagram: add an append with instructions about the order of the return values
1 parent 69c060d commit 619aab1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Instructions append
22

33
The result should be a string with anagrams separated by a comma (e.g., `"hello,world"`).
4+
5+
You must return the anagrams in the same order as they are listed in the candidate words.

0 commit comments

Comments
 (0)