project-team-e

project-team-e created by GitHub Classroom


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

Introduction

Hello! This is team E! In this project, we will implement what we have learned in this course to complete 8 different tasks, including:

  1. Starting issues
  2. Project board
  3. Set up readme.md
  4. Show your team to the Internet
  5. Keep checking…
  6. Write C code
  7. Get a status badge
  8. Promote your repo

Code

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

int main(){
  printf("Hello everyone in Team E!");
  return 0;
}

Contributors

Last updated: 2020-05-09 08:58:39 +0000