ソースを参照

armstrong-numbers: add reference to tutorial (#1470)

* Add hints.md to armstrong-numbers

* Regenerate armstrong-numbers README
Jack Mustacato 6 年 前
コミット
f8a05c146f
共有2 個のファイルを変更した8 個の追加0 個の削除を含む
  1. 2
    0
      exercises/armstrong-numbers/.meta/hints.md
  2. 6
    0
      exercises/armstrong-numbers/README.md

+ 2
- 0
exercises/armstrong-numbers/.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/armstrong-numbers/README.md ファイルの表示

@@ -11,6 +11,12 @@ For example:
11 11
 
12 12
 Write some code to determine whether a number is an Armstrong number.
13 13
 
14
+# Java Tips
15
+
16
+For more help on how to solve this exercise, please refer to the tutorial provided as part of the hello world exercise:
17
+[TUTORIAL.md](https://github.com/exercism/java/blob/master/exercises/hello-world/TUTORIAL.md)
18
+
19
+
14 20
 # Running the tests
15 21
 
16 22
 You can run all the tests for an exercise by entering