Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 302 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 302 Bytes

StringReverser

A basic main class containing a single method to reverse the characters in a char array.

Use 'gradle run' to run the main method of the mini-app. It will print and reverse a couple of strings to the command line. USe 'grade test' to run the unit tests on the mini-app.