project-team-g created by GitHub Classroom
Hi all! This is Team G of CSCI 3250! In the following we will be doing a few things:
// Your C code here
// Your C code here
#include <stdio.h>
int main() {
/* my first program in C */
printf("Hello, World! \n");
int i=0;
int flag=0;
for(i=0;i<2;i++){
printf("this is a new action\n");
if(i==1){
flag =1 ;
}
}
if(flag==1){
printf("finished correctly");
}
return 0;
}
![]() @chuckjee (Chuck-jee CHAU) I have worked on almost everything in this site! |
@lauratorralba (Laura Torralba) I did task six! |
![]() @the3dsandwich (Shann Wei Yeh) Hey guys glad to be here |
![]() @emmilcheung (Cheung Tsz Ho) Nice to meet you! |
@Hustcketlyj (LU Yijian) I work on task 7, have fun guys! |
@wangruijie21 (WANG Ruijie) Hello! I find task 4 quite interesting and want to deal with that. Nice to meet and cooperate with all of you here! |
![]() @peirongli (Peirong LI) Nice to work with u huys! |
![]() @cardog (Kong Kwai Man) Hey guys glad to be here |
@LmanHong (Hong Kai Yin) I would like to work on Task 1. Please do not hesitate to contact me if you too want to work on Task 1. ;) |
Last updated: 2020-05-08 10:51:45 +0000