lots of exercises in java... from https://github.com/exercism/java

README.md 318B

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.