Skip to content
Snippets Groups Projects

Commits for HW5

Merged Jaser Chowdhury requested to merge jaserc_staff_page into main
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 8
1
@@ -1031,7 +1031,6 @@ public class Staff {
"boba,jpg",
"some boba");
}
public Employee ivt3() {
return new Employee(
"Isabelle Tinsley",
@@ -1040,6 +1039,14 @@ public class Staff {
"uw-rowing.png",
"girls in the boat");
}
public Employee jaserc() {
return new Employee(
"Jaser Chowdhury",
"Normal dude",
"Just chilling",
"white-void.jpg",
"White void");
}
public Employee anori() {
return new Employee(
Loading