From 3dbdc5c4db8ecc61349693f38b75a97ec7182608 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Thu, 16 Jan 2025 15:45:26 -0800 Subject: [PATCH] exercises/practice/anagram: add an append with instructions about the order of the return values (#329) --- 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.