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 (#168)
  • Loading branch information
IsaacG authored Jan 18, 2025
1 parent 69c060d commit 116ab9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exercises/practice/anagram/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Instructions append

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.

0 comments on commit 116ab9f

Please sign in to comment.