Skip to content

Commit 0d4c798

Browse files
committed
Revert "Revert "Added HINTS.md for word-search exercise exercism#209""
This reverts commit 6a7d232.
1 parent 6a7d232 commit 0d4c798

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

exercises/word-search/HINTS.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Hints
2+
Tuples can be used to provide access to and manipulation of a data set. For example, you can use them to pass multiple values to a method through a single parameter.
3+
For more information, see [this article](https://msdn.microsoft.com/en-us/library/system.tuple(v=vs.110).aspx).

0 commit comments

Comments
 (0)