project-team-p

project-team-p created by GitHub Classroom


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

Introduction

This is a group project about how to work on github as a team. What our team should do:

Code

#include

int main(void) { printf(“Hello world!”); return 0; }

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

C/C++ CI

Contributors


Last updated: 2021-05-28 09:21:30 +0000