diff --git a/exercises/practice/series/.docs/instructions.append.md b/exercises/practice/series/.docs/instructions.append.md new file mode 100644 index 000000000..d55ab1e1b --- /dev/null +++ b/exercises/practice/series/.docs/instructions.append.md @@ -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.