Explorar el Código

Describe how to get started with an exercise.

John S. Ryan hace 10 años
padre
commit
992da7d0dc
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9
    0
      SETUP.md

+ 9
- 0
SETUP.md Ver fichero

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