project-team-g created by GitHub Classroom
HI ALL! Welcome to this project
All of you should create a file named 1155xxxxxx.md (with your own SID) in the _stu folder, for grading (If I am correct).
The file you must read: It includes all the details and tasks you need to do. CSCI3250+3251 Project Milestone #3
There are 5 issues in this project, here is a brief summary of all of them (You should refer to the link above for details)
Task 1: Set up readme.md
Task 2: Include data into readme
README.md file, under Contributors, use include_relative to include your own md file under the folder _stuinclude_relative on this page: https://jekyllrb.com/docs/includes/)Task 3: Project board
Task 4: Write C code
code.c, write a piece of very simple C codeREADME.md, include your codeTask 5: Promote your repo
csci3250-2019.github.io in the CSCI3250 organizationhttps://csci3250-2019.github.io/(repo name)), and request for review from @chuckjee#include <stdio.h>
void yuekalong(){
printf("Hi I am Yue Ka Long");
}
//defined a random function
int abc(int x)
{
return x++;
}
int main()
{
int i, num;
printf("How many times you want to be greeted? XD\n");
scanf("%d", &num);
for(i=0; i<num; i++){
printf("Hello, World!\n");
}
//self introduction
yuekalong();
printf("%d",abc(num));
printf("Bye Bye World!");
return 0;
}Au-Yong Jeremy Wai-him @jauyong9
So Chi Fung (@justinsochi)
Cheung Ching Yin (@annyccy)
Yui Hoi Ching (@jojoyui)
Ng Chiu (@NgChiu)
Yuen Ching Yin @chingyinyuen
YAU, Tsun Hin @destiny0313
Name: Lam Hiu Lui GitHub username: hljanelam
NING JING JIE, Ethan @EthanNING
FENG CHENGYU, William(@FCyu1999)
Yau Chung Yiu, Oscar (@OscarYau525)
name : Tam Siu Chi
Github : tommyt4a
Yue Ka Long @yuekalong
2019-04-26 12:58:02 +0000