Browse Source

added hints.md to .meta

Scott Ertel 6 years ago
parent
commit
a54417cba9
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      exercises/rna-transcription/.meta/hints.md

+ 3
- 0
exercises/rna-transcription/.meta/hints.md View File

@@ -0,0 +1,3 @@
1
+##Hints
2
+For more help on how to solve this exercise, please refer to the tutorial provided as part of the hello world exercise:
3
+[TUTORIAL.md](https://github.com/exercism/java/blob/master/exercises/hello-world/TUTORIAL.md)