Explorar el Código

generated README and removed hint header

Scott Ertel hace 6 años
padre
commit
62403e8c65

+ 1
- 2
exercises/rna-transcription/.meta/hints.md Ver fichero

@@ -1,3 +1,2 @@
1
-##Hints
2 1
 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)
2
+[TUTORIAL.md](https://github.com/exercism/java/blob/master/exercises/hello-world/TUTORIAL.md)

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

@@ -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