ソースを参照

Describe how to get started with an exercise.

John S. Ryan 10 年 前
コミット
992da7d0dc
共有1 個のファイルを変更した9 個の追加0 個の削除を含む
  1. 9
    0
      SETUP.md

+ 9
- 0
SETUP.md ファイルの表示

@@ -0,0 +1,9 @@
1
+
2
+To run the tests:
3
+
4
+```sh
5
+$ gradle test
6
+```
7
+
8
+For more detailed info about the Java track see the [help page](http://exercism.io/languages/java).
9
+