From 039943bbe5a94fc9bac848275ac2887451ff3686 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Wed, 15 Jan 2025 14:30:04 -0800 Subject: [PATCH] exercises/practice/anagram: add an append with instructions about the order of the return values --- exercises/practice/anagram/.docs/instructions.append.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 exercises/practice/anagram/.docs/instructions.append.md diff --git a/exercises/practice/anagram/.docs/instructions.append.md b/exercises/practice/anagram/.docs/instructions.append.md new file mode 100644 index 000000000..2b17bb7a3 --- /dev/null +++ b/exercises/practice/anagram/.docs/instructions.append.md @@ -0,0 +1,3 @@ +# Instructions Append + +You must return the anagrams in the same order as they are listed in the candidate words.