https://github.com/deevus/comp2240-assign3
https://github.com/deevus/comp2240-assign3
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/deevus/comp2240-assign3
- Owner: deevus
- Created: 2014-11-02T04:43:12.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2014-11-07T06:07:29.000Z (over 11 years ago)
- Last Synced: 2025-02-13T03:22:24.103Z (over 1 year ago)
- Language: Java
- Size: 383 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simon Hartcher C3185790
=======================
COMP2240 Assignment 3
---------------------
Build using "make".
To run, you may need to include the current directory in the classpath:
eg. java -cp `pwd` Assignment3
There are no external dependencies but I had this issue on my local machine
[](https://travis-ci.org/deevus/comp2240-assign3)