Skip to content
Snippets Groups Projects
Commit c7fe153c authored by Anchor's avatar Anchor
Browse files

uwzhuohu hw5 changes

parent 64435e3e
No related branches found
No related tags found
1 merge request!42Merge branch 'uwzhuohu_staff_page' into 'main'
Pipeline #576217 failed
......@@ -259,4 +259,15 @@ public class Products { /* a good class, but not as good as cse391 */
4.99
);
}
public Product uwzhuohuProduct() {
return new Product(
"Visual Studio Code",
"Surprise surprise there is a text editor with even GUI!",
"vscode.png",
"The best editor, except IDEA:)",
0
);
}
}
......@@ -278,5 +278,15 @@ public class Staff {
"A grey cat tring to sleep on the bed"
);
}
public Employee uwzhuohu() {
return new Employee(
"Anchor",
"Student",
"Crazy about using vim",
"vim.jpg",
"I spent hours to figure out how to connect vscode with ece linux and then failed..."
);
}
}
images/products/vscode.png

8.62 KiB

images/staff/vim.jpg

162 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