From a653661bf165c427204364f5e320131a981f53dc Mon Sep 17 00:00:00 2001 From: Jarrett Shan Wei Yeo <jarye821@student.liu.se> Date: Tue, 10 Sep 2019 16:47:36 +0200 Subject: [PATCH] Update README.md with student details --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b5809c6..6545579 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Task A +|Student|First Name|Last Name|ID| +|-|-|-| +|1|Yong Loong|Ang|yonan994| +|2|Jarrett Shan Wei|Yeo|jarye821| + ### 1. You should describe which elements implement the Strategy design pattern, and relate the concepts in that design pattern to the example code given. You should be able to reason with respect to both the basic example on GitLab and the elaborate one given above. |Component|GitLab Example|Given Example| -- GitLab