Parcourir la source

Describe how to get started with an exercise.

John S. Ryan il y a 10 ans
Parent
révision
992da7d0dc
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  1. 9
    0
      SETUP.md

+ 9
- 0
SETUP.md Voir le fichier

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