project-team-h

project-team-h created by GitHub Classroom


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

:beginner: CSCI3250 Project Team H :star2:

Introduction

Welcome to our repo! :smiley: We are Team H. :+1:
We are trying to use different functions of Github. :grin:
We are going to update this front page through readme.md
More updates of our projects is coming in.
Here is our task list:

  1. Set up readme.md
  2. Include data into readme
  3. Project board
  4. Write C code
  5. Promote your repo

Code

#include <stdio.h>
#include <stdlib.h>

int main()
{
    printf("Hello\n");
    printf("CSCI3250 team-h\n");
    int i;
    for(i=0;i<3250;i++)
    printf("I hate CSCI%d\n",i );
    printf("I love CSCI3250\n");
    int j;
    for(j=0;j<10;j++){
        if (j%2 == 0)
            printf("I love CSCI 3250\n");
        else
            printf("I love CSCI 3251\n");
    }
    return 0;
}

[![Build Status](https://travis-ci.org/csci3250-2019/project-team-h.svg?branch=master)](https://travis-ci.org/csci3250-2019/project-team-h)

Build Status

Contributors

Here are our team members: (TBU)

2019-04-24 15:58:50 +0000