develop #2

Merged
Partow merged 15 commits from develop into main 2026-05-03 09:32:53 +00:00
Showing only changes of commit d4b2884c93 - Show all commits
+1 -1
View File
@@ -10,6 +10,6 @@ public class Student extends User {
super(username, password);
this.enrolledCourses = new ArrayList<>();
}
//TODO(complete the student class)
//TODO
}