From e76be59c71f65b47ef46e1ac0dbf0910e180e0f0 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Wed, 15 Jan 2025 15:20:41 -0800 Subject: [PATCH] exercises/practice/anagram: add an append with instructions about the order of the return values (#281) --- 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 0000000..2b17bb7 --- /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.