Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 372 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 372 Bytes

This is the git project for homework assignments in CIS 501: Fall 2016.

This code is written in Java and setup as an ant project. To get started:

  1. clone the repo

  2. from the root directory of the repo, run ant test. This will build the code and run one simple test case. The test case will fail but the build itself should succeed.