project-team-g created by GitHub Classroom
This is Team G, and we are performing the project milestone 3 of CSCI3251. In this project, we will follow the task indicated in the issues folder, like write a C code to print the message everytime there is a merge action, get a status badge, showcase our team and register our repo. Hope that we will familiar with the Github feature for team works.
// Write some code here
// Your C code here
#include <stdio.h>
int main() {
for (int i=1; i<=5; i++){
printf("Hello World x%d, We are Team G!!\n", i);
}
return 0;
}
| Github Name | Student Name | Student ID | Contribute of Work |
|---|---|---|---|
| EJ-L | Eric John LI | 1155159116 | Task 1 |
| SteveNoobPlus | Yu-Shing CHENG | 1155158488 | Task 2 |
| JasonWongin | Lap-Yin WONG | 1155147798 | Task 3 |
| marcoao2001 | Chon-Long AO | 1155135754 | Task 4 |
| NovaTse | Ka-Hei TSE | 1155159810 | Task 5 |
| ixxsth | Tsz-Him Iknos WONG | 1155124886 | Task 6 |
| Jimmy-Li9912 | LI Jingchen | 1155124512 | Task 7 |
| reviewer: LI Yinxi | 1155160255 |
@ixxsth (Wong Tsz Him Iknos)
@JasonWongin (Wong Lap Yin)readme.md.
@SteveNoobPlus (Yu-Shing CHENG)
@EJ-L (Eric John LI)Last updated: 2022-05-26 09:11:24 +0000