소스 검색

added hints.md to .meta (#1437)

* added hints.md to .meta

* generated README and removed hint header
Scott Ertel 6 년 전
부모
커밋
fdec3b70cc
2개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      exercises/rna-transcription/.meta/hints.md
  2. 6
    0
      exercises/rna-transcription/README.md

+ 2
- 0
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)

+ 6
- 0
exercises/rna-transcription/README.md 파일 보기

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