We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f249b85 commit ff2b318Copy full SHA for ff2b318
exercises/practice/simple-linked-list/.docs/instructions.append.md
@@ -1,4 +1,4 @@
1
# Hints
2
3
This exercise requires you to create a linked list data structure which can be iterated. This requires you to implement the IEnumerable\<T> interface.
4
-For more information, see [this page](https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerable-1
+For more information, see [this page](https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerable-1).
0 commit comments