Skip to content

Commit 53801c2

Browse files
authored
exercises/practice/anagram: add an append with instructions about the order of the return values (#2848)
1 parent 4705107 commit 53801c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Implementation
22

3+
You must return the anagrams in the same order as they are listed in the candidate words.
4+
35
Unlike other tracks, the Go version of the exercise includes test cases that use UTF-8 (non-ASCII) characters in the strings.
4-
However, with Go's first-class support for UTF-8 given by the `rune` type, that should not bother you too much.
6+
However, with Go's first-class support for UTF-8 given by the `rune` type, that should not bother you too much.

0 commit comments

Comments
 (0)