Skip to content
Snippets Groups Projects
Commit 4e4b7647 authored by Matthew Fan's avatar Matthew Fan
Browse files

Added matfan's exemplary contribution to faang

parent 2367920a
No related branches found
No related tags found
3 merge requests!180Matfan's amazing staff page,!179Merge matfan's exemplary contribution to faang,!156Main
Pipeline #577244 failed
......@@ -114,6 +114,16 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product matfanProduct() {
return new Product(
"Hurr",
"Energetic and harmless dog",
"Hurr.jpg",
"wof",
2009.917
);
}
public Product evanlousProduct() {
return new Product(
"Dorito Piece",
......
......@@ -89,6 +89,16 @@ public class Staff {
);
}
public Employee matfan() {
return new Employee(
"Mat Fan",
"Student",
"eepy",
"Matcat.jgp",
"My cat"
);
}
public Employee kevinh33() {
return new Employee(
"Kevin Hernandez",
......
images/products/Hurr.jpg

3.64 KiB

images/staff/Matcat.jpg

3.08 MiB

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