project-team-a

project-team-a created by GitHub Classroom


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

Introduction

This project aims at updating the website https://csci3250-2019.github.io/project-team-a/ and promoting this repository. We are to complete individual and group tasks. There are all together 5 tasks that are mentioned in the Progresses below.

Progresses

  1. Set up the file readme.md including 3 headings: Introduction, Code, and Contributors.
  2. Write a short summary under Introduction.
  3. Under Contributors, use include_relative to include every contributors’ md file under the folder _stu.
  4. At the bottom of the page, include the last updated time using site.time.
  5. Create a new project board and use the Basic Kanban template, containing “To do”, “In Progress”, and “Done”.
  6. Write a piece of C code in the file code.c and include it in readme.md.
  7. Go to the public repo of csci3250-2019.github.io in the CSCI3250 organization.
  8. Edit the file to add a link of our team, and request for review from @chuckjee.

Code

#include <stdio.h>   
int main()   
{   
   printf("Hello, World!");   
   return 0;   
}   
  

Build Status

Contributors

Last updated: 2019-04-23 13:54:57 +0000