project-team-g

project-team-g created by GitHub Classroom


Project maintained by csci3251-2020 Hosted on GitHub Pages — Theme by mattgraham

Introduction

Hi all! This is Team G of CSCI 3250! In the following we will be doing a few things:

  1. Start Issues: We will be learning and practicing issues on Github.
  2. Project Board: We will be practicing functions related to project boards and managing workflow.
  3. README: Well, as your faithful IT dog, I’m currently editing this file to introduce you to the wonderful things we will be doing!
  4. README: One more faithful IT (perhaps not) dog will be working on the below Contributors section.
  5. Progress Tracking: We will be practicing the art of checking our progress regularly.
  6. Github Action and C: We will be learning and practicing deploying a simple C code to Github Actions and making it work.
  7. README: We will be practicing adding code snippets from the previous task and make sure workflow badge works properly.
  8. Finishing Touches: Finally, we will be adding a couple finishing touches to our site.

Code

// 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;
}

teamgbadge

Contributors


@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