diff --git a/exercises/practice/simple-linked-list/.docs/instructions.append.md b/exercises/practice/simple-linked-list/.docs/instructions.append.md index 50f3f024a..c15c14194 100644 --- a/exercises/practice/simple-linked-list/.docs/instructions.append.md +++ b/exercises/practice/simple-linked-list/.docs/instructions.append.md @@ -1,3 +1,5 @@ +# Instructions append + ## Implementation Hints We have provided the general structure of a `List` class for you.