Enter your team members here:
[Leader] 江玙璠
[Member 1] 陈嘉轩
[Member 2] 沈佳威
[Member 3] 朱益成
where X, Y, Z
represent the workload and X+Y+Z = 100
.
For more details, please read docs/Lab2-gDocs.pdf
.
After submission, the structure of the repo of your team should be:
your-repo/
+-- README.md
+-- .gitignore
+-- code/
+-- {your-project-code}/
+-- README.md (Give a brief introduction to your project)
+-- docs/
+-- Team.txt (All the members' {ID, name} and the workload of each member)
+-- {Design Report} (Introduce how you design the system)
+-- {Testing Report} (Introduce how you test the system)
+-- Lab2-gDocs.pdf (The lab description)