Skip to content

Commit

Permalink
Adding HINTS.md to palindrome-products exercise (#278)
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.

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

This reverts commit a2e484c.

* Adding HINTS.md file for palindrome-products exercise

* update to HINTS.md
  • Loading branch information
jmbradnan authored and ErikSchierboom committed Apr 5, 2017
1 parent 8cb9918 commit a8947f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions exercises/palindrome-products/HINTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Hints

For this exercise, you will need to create a set of factors using tuples.
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 a8947f9

Please sign in to comment.