Skip to content
Snippets Groups Projects
Commit eab12a51 authored by Yixuan Wang's avatar Yixuan Wang
Browse files

Added Profiles for yixuan19

parent 50a39bda
No related branches found
No related tags found
1 merge request!16Added Profiles for yixuan19
Pipeline #576082 failed with stage
in 2 seconds
......@@ -98,4 +98,13 @@ public class Products { /* a good class, but not as good as cse391 */
1.01
);
}
public Product yixuan19Product(){
return new Product (
"Goomba",
"The No.1 VTB from Hololive",
"Avatar.png",
114514.0
);
}
}
......@@ -117,4 +117,15 @@ public class Staff {
"funny chicken"
);
}
public Employee yixuan19() {
return new Employee (
"Yixuan",
"Student",
"Slackin",
"Goomba.jpg",
"Shaaaaaaaaark"
);
}
}
images/products/Avatar.png

140 KiB

images/staff/Goomba.jpg

29.6 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment