Sfoglia il codice sorgente

Describe how to get started with an exercise.

John S. Ryan 10 anni fa
parent
commit
992da7d0dc
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 9
    0
      SETUP.md

+ 9
- 0
SETUP.md Vedi File

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