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/
- Host: GitHub
- URL: https://github.com/eric15342335/comp2396
- Owner: eric15342335
- Created: 2024-09-03T11:38:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T16:10:25.000Z (11 months ago)
- Last Synced: 2024-11-09T16:38:07.481Z (11 months ago)
- Topics: java
- Language: Java
- Homepage: https://www.cs.hku.hk/index.php/programmes/course-offered?infile=2024/comp2396.html
- Size: 3.53 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COMP2396

## 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")
```