Skip to content
Snippets Groups Projects
Commit a754efca authored by Kevin Xiao's avatar Kevin Xiao
Browse files

Update file Staff.java

parent 613c2aa2
No related branches found
No related tags found
1 merge request!14Kevin's Merge
Pipeline #576065 failed
public class Staff {
public Employee rairai77() {
return new Employee(
"Raahil Jain",
"Student",
"Sleepy",
"snorlax.png",
"A snorlax sitting"
);
}
public Employee xckevin(){
return new Employee(
"Kevin",
......
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