Skip to content
Snippets Groups Projects
Commit 8b50d66c authored by Calvin Tsai's avatar Calvin Tsai
Browse files

added staff page (no removed lines)

parent 3a584dc9
No related branches found
No related tags found
1 merge request!102Ctsai7 staff page
Pipeline #576839 failed with stage
in 2 seconds
public class Staff {
public Employee ctsai7() {
return new Employee(
"Calvin Tsai",
......@@ -8,6 +9,7 @@ public class Staff {
"a fish I like to catch"
);
}
public Employee yverma23() {
return new Employee(
"Yash Verma",
......
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