Skip to content

Commit

Permalink
H5 (#262)
Browse files Browse the repository at this point in the history
* Cleanup .travis.yml #232

* Added HINTS.md file for nth prime exercise.  Issue #209

* Added HINTS.md for word-search exercise #209

* Revert "Added HINTS.md for word-search exercise #209"

This reverts commit d8ce9a4.

* Adding HINTS.md for proverb exercise.

* Revert "Adding HINTS.md for proverb exercise."

This reverts commit a593f8e.

* Revert "Added HINTS.md file for nth prime exercise.  Issue #209"

This reverts commit a2e484c.

* Adding HINTS.md to proverb exercise

* Adding HINTS.md file to word-search exercise
  • Loading branch information
jmbradnan authored and ErikSchierboom committed Mar 20, 2017
1 parent 76ae0b8 commit 8793a9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions exercises/word-search/HINTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## HINTS

One of the uses of Tuples is returning multiple values from a function. In this exercise, write
a function that returns a Tuple (the x- and y- part of a coordinate).

For more information on Tuples, see [this link](https://msdn.microsoft.com/en-us/library/system.tuple(v=vs.110).aspx).

0 comments on commit 8793a9a

Please sign in to comment.