Skip to content

Commit

Permalink
exercises/practice/anagram: add an append with instructions about the…
Browse files Browse the repository at this point in the history
… order of the return values
  • Loading branch information
IsaacG committed Jan 15, 2025
1 parent 57283c4 commit 07f815b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion exercises/practice/anagram/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Instructions append

You must return the anagrams in the same order as they are listed in the candidate words.

The Crystal track add optional test to test to test possible letters to be any unicode character, not just ASCII alphabetic ones.
These are not accesaible from the web editor, but is default when exectued locally.

To disable these tests, when calling the test runner, add the following flag: `--tag "~optional"`
To disable these tests, when calling the test runner, add the following flag: `--tag "~optional"`

0 comments on commit 07f815b

Please sign in to comment.