project-team-m

project-team-m created by GitHub Classroom


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

Introduction

Here's a short summary of things my team will do according to the tasks inside the issues folder:

We have already started issues and created a project board. Once the README.md file is set up, we will show our team to the Internet, ensure that pull requests are added in the correct columns, write a code in C, update the web page https://csci3251-2020.github.io/, and lastly promote our repo

Code

 // Your C code here
#include <stdio.h>    
int main()
{ 
    printf("Hello World!!!!!");
    return 0;
}

Contributors


Last updated: 2020-05-08 09:52:37 +0000