project-team-i

project-team-i created by GitHub Classroom


Project maintained by csci3250-2019 Hosted on GitHub Pages — Theme by mattgraham

Introduction

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.

Code

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

Build Status

Contributors

  1. CHAU, Chuck Jee @chuckjee

  2. PRACHASEREE, Chaiyasait @cprachaseree

  3. LI, Fung Siu @andyli0217

  4. Chow Chun Leung @marco3321

  5. LEUNG, Ming Fung Andy @lmfandy

  6. Tsui, Ho Ming @heihaho

  7. CHEUNG, Bok Man Oscar @oscarcheung

  8. Chan, Man Hung @bobby2128

  9. Wong Kai Long @colin107

  10. Leung Chun Yin @samuelifyou

  11. Tu Chen Hsien @tutuCH

  12. Xiao Tianyi @JackXiaoTy

  13. Li Chun Tat @1155101017

  14. BO Fangying @62116864

Last Update Time

2019-04-23 13:11:24 +0000