project-team-e created by GitHub Classroom
This repo is building a page in this page. We are going to try out the Travis CI and build a page using it. We are going to try using the project management function of GitHub here as well. There will also be a C program written by us pushed to here as well.
#include <stdio.h>
#include <stdlib.h>
#include <uchar.h>
#define BORING 1
void tom0034()
{
printf("Hi i am Thomas!\n");
}
void wing0114()
{
printf("Hello, I am Wingki!\n");
}
void yuchitoto()
{
printf("Hallo, Ich heiße Toto.\n");
}
void soapony()
{
printf("始めまして、私の名前はSoa。\nhajime mashite watashi no namae ha Soa。\n");
}
void pohchaichon()
{
printf("Hello everyone!, I am Poh.\n");
}
void ruby()
{
printf("Yo, I am ruby.\n");
}
void ianpan()
{
printf("Hi, this is Ian Y.E. Pan");
}
void prescott()
{
printf("HI! I am LAI Jian Zhong.\n");
}
void dorislolam()
{
if (BORING == 1)
printf("Help, this is boring.\n");
else
printf("Oh, this is so fun.\n");
}
void Rustam()
{
printf("Hi, I am Rustam.\n");
}
void Rustam()
{
printf("Hi! I am Rustam.\n");
}
void eric()
{
printf("Hi, I am Yifan Zhang.\n");
}
void ian()
{
printf("Hi, this is Ian Y.E. Pan.\n");
}
void kennydc822()
{
printf("Hi, I am Tsang Ka Hung, Kenny.\n");
}
void wongloklam456(){
printf("Hi I am Lawrence Wong LOL.\n");
}
void kayuior(){
printf("Hi I am Ka Yui Or !!! \n");
}
void alwin(){
printf("Hi I am Chan Yik Ching, Alwin.\n");
}
int main()
{
tom0034();
wing0114();
yuchitoto();
soapony();
pohchaichon();
ruby();
prescott();
dorislolam();
Rustam();
eric();
kennydc822();
wongloklam456();
kayuior();
alwin();
Rustam();
ian();
return 0;
}
FENG, Hao Lin @Soapony
YU, Chi To @yuchitoto
WONGKHAM, Chaichon @pohchaichon
LAU, Tsz Yui @tom0034
LAU, Wing Ki @wing0114
LAI, Jian Zhong @PrescottLai
LI, Wai Yip @liwaiyip
LO, Suet Lam @dorislolam
PAN, Ian Yi-En @ianpan870102
RUSTAMI, Ubaydullo @unitSphere
ZHANG, Yifan @ericzyf
WONG, Tsz Ching @rubyluby
TSANG, Ka Hung @kennydc822
WONG, Lok Lam @wongloklam456
OR, Ka Yui @kayuior
CHAN, Yik Ching @1155095946
ZHANG, Yifan @ericzyf
WONG, Yik Chun @ianwong1999
2019-04-23 16:52:26 +0000