diff --git a/exercises/palindrome-products/HINTS.md b/exercises/palindrome-products/HINTS.md new file mode 100644 index 0000000000..5f09454a1c --- /dev/null +++ b/exercises/palindrome-products/HINTS.md @@ -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). \ No newline at end of file