lots of exercises in java... from https://github.com/exercism/java
Brandon Kiefer 93497625d9 added reverse string exercise to track 8 anni fa
..
.meta added reverse string exercise to track 8 anni fa
src added reverse string exercise to track 8 anni fa
README.md added reverse string exercise to track 8 anni fa
build.gradle added reverse string exercise to track 8 anni fa

README.md

Reverse String

For example: input: "cool" output: "looc"

Running the tests

You can run all the tests for an exercise by entering

$ gradle test

in your terminal.

Submitting Incomplete Solutions

It's possible to submit an incomplete solution so you can see how others have completed the exercise.