Skip to content

Commit

Permalink
series: Clarify edge case of zero-length substrings (#1751)
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor authored Sep 25, 2023
1 parent ec5f981 commit 4a32737
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions exercises/practice/series/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Instructions append

Different languages on Exercism have different expectations about what the result should be if the length of the substrings is zero.
For Rust, we expect you to output a number of empty strings, which will be one greater than the length of the input string.

0 comments on commit 4a32737

Please sign in to comment.