ws-07 is complete

This commit is contained in:
2026-06-28 17:30:29 +03:30
parent b9c76e81cd
commit 41bf593d4c
+1 -1
View File
@@ -21,7 +21,7 @@ public class Student {
this.major = major; this.major = major;
this.gpa = gpa; this.gpa = gpa;
} }
// Hesam Ghazi
public int getId() { public int getId() {
return id; return id;
} }