project-team-i

project-team-i created by GitHub Classroom


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

Introduction

In this project, we will

Code

#include <stdio.h>
int main() {
   // printf() displays the string inside quotation
   printf("Hello, World!");
   return 0;
}

Contributors

Newcomer’s Guide

1) Create your 1155xxxxxx.md file under _stu folder (just follow others’ format should be okay) 2) Add your hello card to our project board 3) Read the In-progress issues and pick one to work on. Remember to assign yourself to the issue 4) Frequently check our pull requests and approve them in order to make progress 5) Let’s pass this course.

Last updated: 2020-05-07 02:34:36 +0000