From 6c97691934e13cfa68d8b52ab70a4b6573555a0a Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Thu, 16 Jan 2025 00:05:20 -0800 Subject: [PATCH] exercises/practice/anagram: add an append with instructions about the order of the return values (#2597) --- 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 0000000000..8d71a920bd --- /dev/null +++ b/exercises/practice/anagram/.docs/instructions.append.md @@ -0,0 +1,3 @@ +# Instructions Append + +The anagrams can be returned in any order.