From 8f6ec2cc0d6605859b82534657b4fc6eba2374c7 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Fri, 17 Jan 2025 23:41:02 -0800 Subject: [PATCH] exercises/practice/anagram: add an append with instructions about the order of the return values (#745) --- 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.