project-team-e

project-team-e created by GitHub Classroom


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

Project E

Introduction

Our teammates will finish all the tasks in issue directory in order to build a usable Git repository with nice design on structure.

Code

#include <stdio.h>
#include <time.h>

int main(void) {
    printf("Hello World!\n");
    time_t t;
    time(&t);
    printf("You see this message at: %s\n", ctime(&t));
}

CI

Contributors

Profile Picture @chuckjee (Chuck-jee CHAU)

I have worked on almost everything in this site!

Profile Picture @jasonlam0412 (Lam Yik Shing Jason)

I have worked on almost everything in this site!

Profile Picture @Anthony Anthony102899 (LYU, An)

I have worked on almost everything in this site!

Profile Picture @iamisaacyip (Chi Wai YIP)

Hi!

Profile Picture @MamiyevR (Resul Mamiyev)

I have worked on almost everything in this site!

Profile Picture @ericwong0318 (Tsz-Sun WONG)

I have worked on almost everything in this site!

Profile Picture @Jackyho (Hong-pan Ho)

I have worked on almost everything in this site!

Profile Picture @hfchan0 (Ho-fung CHAN)

Hello World!

Profile Picture @1155144002 (Jericho Bibat PRINCIPE)

I hope to be able to work well with you guys!


Last updated: 2021-05-28 09:22:49 +0000