From 7f63624726a4c720b4151cd20d6e995fd1e86685 Mon Sep 17 00:00:00 2001 From: tly6 <tly6@uw.edu> Date: Mon, 12 Feb 2024 00:12:25 -0800 Subject: [PATCH] Added @tly6 employee --- Staff.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Staff.java b/Staff.java index 717eb96..2e251e8 100644 --- a/Staff.java +++ b/Staff.java @@ -518,4 +518,16 @@ public class Staff { "Picture of a dog" ); } + + + public Employee tly6() { + return new Employee( + "Truong", + "SOC Architect", + "Hardware All the way!!!", + "ECE.jpeg", + "Picture of a System-On-Chip Hardware" + ); + } + } -- GitLab