Skip to content
Snippets Groups Projects
Commit 76822c00 authored by Matthew Wang's avatar Matthew Wang
Browse files

Merge branch 'mxw' into 'main'

Add me :)

See merge request cse391/24wi/faang!9
parents fcd64ced bf6477d2
No related branches found
No related tags found
1 merge request!9Add me :)
Pipeline #576056 passed
......@@ -28,6 +28,16 @@ public class Staff {
);
}
public Employee mxw() {
return new Employee(
"Matt",
"candy thrower",
"tired",
"matt.png",
"matt smiling in front of a polka-dotted wall."
);
}
public Employee antonio6() {
return new Employee(
"Antonio",
......
images/staff/matt.png

1.48 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