An open API service indexing awesome lists of open source software.

https://github.com/reubenmathew/eecs2030

Coursework for Advanced Object Oriented Programming (Java)
https://github.com/reubenmathew/eecs2030

Last synced: about 1 month ago
JSON representation

Coursework for Advanced Object Oriented Programming (Java)

Awesome Lists containing this project

README

        

# EECS2030
## Coursework for Advanced Object Oriented Programming
### I know you're here for coursework, visit my podcast: https://anchor.fm/amateur-hour/
To compile and run eclipse projects from cmd:
```bash
javac -cp all jar files path package/target.java
java -cp all jar files path package.target
```