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

https://github.com/eric15342335/comp2396

COMP2396 Object-oriented programming and Java [Section 1B, 2024] https://eric15342335.github.io/comp2396/
https://github.com/eric15342335/comp2396

java

Last synced: 5 months ago
JSON representation

COMP2396 Object-oriented programming and Java [Section 1B, 2024] https://eric15342335.github.io/comp2396/

Awesome Lists containing this project

README

          

# COMP2396

![Course banner](./banner.png)

## Notice for Submission

Remove the following (usually the first line in the code) before submitting
to Moodle VPL:

```java
package some_package;
```

You can ignore the following line in the code as well:

```java
@SuppressWarnings("unused")
```