add hints to exercises

This commit is contained in:
Cody Loyd
2017-10-24 15:10:20 -05:00
parent cf1759dc97
commit dd17d8ac8b
7 changed files with 43 additions and 4 deletions
+2
View File
@@ -10,3 +10,5 @@ ctof(0) // celsius to fahrenheit, should return 32
```
## hints
The math here is fairly straightforward.. just google the formula and implement it in the code