Skip to content

Commit fdec3b7

Browse files
jsertelsjwarner-bp
authored andcommitted
added hints.md to .meta (exercism#1437)
* added hints.md to .meta * generated README and removed hint header
1 parent 7924b43 commit fdec3b7

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ each nucleotide with its complement:
1818
* `T` -> `A`
1919
* `A` -> `U`
2020

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+
2127
# Running the tests
2228

2329
You can run all the tests for an exercise by entering

0 commit comments

Comments
 (0)