瀏覽代碼

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