1 parent 7924b43 commit fdec3b7Copy full SHA for fdec3b7
2 files changed
exercises/rna-transcription/.meta/hints.md
@@ -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)
exercises/rna-transcription/README.md
@@ -18,6 +18,12 @@ each nucleotide with its complement:
18
* `T` -> `A`
19
* `A` -> `U`
20
21
+# Java Tips
22
+
23
24
25
26
27
# Running the tests
28
29
You can run all the tests for an exercise by entering
0 commit comments