Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 603 Bytes

File metadata and controls

38 lines (24 loc) · 603 Bytes

code-samples

Author: Matthew Curtis Durlin

Purpose: To demonstrate capability and practice new technologies

Getting started

To set up this project using git

  1. Clone the repository
$ git clone https://github.com/mdurlin/code-samples.git
  1. Run the gradle eclipse task
$ gradle eclipse
  1. Open Eclipse then import -> existing gradle project

Running the build

To build this project, simply run the following command

$ gradle build

Running Problem 1 Test Suite

To execute the test suite, simply run the following command

$ gradle test