package io.github.daniel-wang-design;
public class Daniel {
public Daniel() {
List<Internship> internships = new ArrayList<>();
internships.add(new Internship("Huawei", "Sep, Dec", 2024))
internships.add(new Internship("Avanti Software Inc.", "Jan - Apr", 2024))
internships.add(new Internship("JANA Software", "May - Aug", 2023))
}
private University getEducation() {
return new University(
"University of Waterloo",
"Honours Computer Science Co-op",
new GradYear(2027)
);
}
private String getCountry() {
return "Canada";
}
}
I may be slow to respond.
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



