project-team-h created by GitHub Classroom
Welcome to our repo! :smiley:
We are Team H. :+1:
We are trying to use different functions of Github. :grin:
We are going to update this front page through readme.md
More updates of our projects is coming in.
Here is our task list:
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("Hello\n");
printf("CSCI3250 team-h\n");
int i;
for(i=0;i<3250;i++)
printf("I hate CSCI%d\n",i );
printf("I love CSCI3250\n");
int j;
for(j=0;j<10;j++){
if (j%2 == 0)
printf("I love CSCI 3250\n");
else
printf("I love CSCI 3251\n");
}
return 0;
}
[](https://travis-ci.org/csci3250-2019/project-team-h)
Here are our team members: (TBU)
QU Yuxiao @CohenQU
LEUNG, Kung Sun @1155108884
LAM, King Fung @fungking07
Chow Man Chun @mcchow8
WONG, Sin Yi @sinyiwsy
ZHANG Jingze @jzzhang8
HO, Tsz Yan Ann @HoTszYanAnn
Chan Yu Hin @ mchan21133
CHENG Yun Chuen @bigbig621
Lok Tsun Sang @Lokts0311
WONG, Yuk @linusyukwong
Abdalla Moustafa @Abdalla981
Cheung Ka Wai @marleo228
Wong Man Kit Jack @JackWOng0303
Yam Hoi Chun @1155102826
WANG Peiyao @yvonnewang0126
ZHAO Feng @EFSEVEN
NG, Wai Lam @slcssamy
2019-04-24 15:58:50 +0000