Ver código fonte

added hints.md to .meta (#1437)

* added hints.md to .meta

* generated README and removed hint header
Scott Ertel 6 anos atrás
pai
commit
fdec3b70cc

+ 2
- 0
exercises/rna-transcription/.meta/hints.md Ver arquivo

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

+ 6
- 0
exercises/rna-transcription/README.md Ver arquivo

@@ -18,6 +18,12 @@ each nucleotide with its complement:
18 18
 * `T` -> `A`
19 19
 * `A` -> `U`
20 20
 
21
+# Java Tips
22
+
23
+For more help on how to solve this exercise, please refer to the tutorial provided as part of the hello world exercise:
24
+[TUTORIAL.md](https://github.com/exercism/java/blob/master/exercises/hello-world/TUTORIAL.md)
25
+
26
+
21 27
 # Running the tests
22 28
 
23 29
 You can run all the tests for an exercise by entering