project-team-g

project-team-g created by GitHub Classroom


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

Introduction ⭐

We are going to build a web page step by step. A project board is created so that everyone can keep track of progress.

  1. Everyone will include his or her profile in the _stu folder, which will be displayed under Contributors.
  2. A Github Action with a workflow will be set up to run the C code written in code.c, from which a status badge will be obtained and be displayed under Code.
  3. The last updated time of the repo will be included at the bottom of the web page.
  4. Finally, the link of our webpage will be added to the README.md in csci3251-2021.github.io in the CSCI3251-2021 organization.

Code 💻

 // Your C code here
#include <stdio.h>

int main() {
  printf("Hello World");
  return 0;
}
  

# Contributors 🧑‍🤝‍🧑

2021-05-28 09:23:24 +0000