Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

yashafromrussia/HereForBeer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

HereForBeer

CSCI 3060 / SOFE 3980 Group Project Repository

Linux Instructions (Front End)

  • make sure to have g++ installed
  • cd into cloned directory
  • run make to compile
  • finally, run ./a.out

Style Guide

  • Use spaces instead of tabs
  • Use 2 spaces
  • Leave opening bracket on the same line as the condition/statement
// good
if (false) {
  // will never get here
}

// bad
if (false)
{
  // still will never get here
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •