Browse Source

Describe how to get started with an exercise.

John S. Ryan 10 years ago
parent
commit
992da7d0dc
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      SETUP.md

+ 9
- 0
SETUP.md View File

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
+