Browse Source

generated README and removed hint header

Scott Ertel 6 years ago
parent
commit
62403e8c65

+ 1
- 2
exercises/rna-transcription/.meta/hints.md View File

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:
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 View File

18
 * `T` -> `A`
18
 * `T` -> `A`
19
 * `A` -> `U`
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
 # Running the tests
27
 # Running the tests
22
 
28
 
23
 You can run all the tests for an exercise by entering
29
 You can run all the tests for an exercise by entering