project-team-i created by GitHub Classroom
In task1, Contributors are required to create three headers Introduction, Code and Contributors in readme.md.
In task2, contributors are required to use include_relative to include contributors’ md files under _stu, and include the last updated time using site.time at the bottom of the page.
In task3, contributors are required to create a new project board with any name with Basic Kanban template containing “To do”, “In Progress” and “Done”. Automations are required when setting up the project board. All other contributors need to visit Issues and Pull requests regularly.
In task4, contributors are required to modify code.c, and include the code in readme.md using GitHub shield for Travis CI
In task5, contributors are required to edit csci3250-2019.github.io in the CSCI3250 organization and add a link of our team. Then request for review from @chuckjee.
#include<stdio.h>
int main(int argc, char *argv[])
{
int i;
printf("Hello world\n");
for(i = 0; i < 10; i++)
{
printf("%d\n",i);
}
return 0;
}CHAU, Chuck Jee @chuckjee
PRACHASEREE, Chaiyasait @cprachaseree
LI, Fung Siu @andyli0217
Chow Chun Leung @marco3321
LEUNG, Ming Fung Andy @lmfandy
Tsui, Ho Ming @heihaho
CHEUNG, Bok Man Oscar @oscarcheung
Chan, Man Hung @bobby2128
Wong Kai Long @colin107
Leung Chun Yin @samuelifyou
Tu Chen Hsien @tutuCH
Xiao Tianyi @JackXiaoTy
Li Chun Tat @1155101017
BO Fangying @62116864
2019-04-23 13:11:24 +0000