Author: Matthew Curtis Durlin
Purpose: To demonstrate capability and practice new technologies
To set up this project using git
- Clone the repository
$ git clone https://github.com/mdurlin/code-samples.git
- Run the gradle eclipse task
$ gradle eclipse
- Open Eclipse then import -> existing gradle project
To build this project, simply run the following command
$ gradle build
To execute the test suite, simply run the following command
$ gradle test