From a8892b285d5ad598f55c4e7e55338fc0e3ce0717 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Wed, 15 Jan 2025 14:30:45 -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 00000000..2b17bb7a --- /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.