From 371879d1f718cf3fc0e7a33d2057662137c47e65 Mon Sep 17 00:00:00 2001 From: Jackie Bradnan Date: Sun, 2 Apr 2017 08:04:43 -0700 Subject: [PATCH] Adding Hints file for nucleotide-count exercise (#276) --- exercises/nucleotide-count/HINTS.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 exercises/nucleotide-count/HINTS.md diff --git a/exercises/nucleotide-count/HINTS.md b/exercises/nucleotide-count/HINTS.md new file mode 100644 index 0000000000..cc5d04f58e --- /dev/null +++ b/exercises/nucleotide-count/HINTS.md @@ -0,0 +1,3 @@ +## Hints +This exercise requires the use of a Dictionary. For more information see +[this page.](https://msdn.microsoft.com/en-us/library/s4ys34ea(v=vs.110).aspx) \ No newline at end of file