Skip to content

Instantly share code, notes, and snippets.

@danamuise
Created April 29, 2013 08:38
Show Gist options
  • Save danamuise/5480410 to your computer and use it in GitHub Desktop.
Save danamuise/5480410 to your computer and use it in GitHub Desktop.
Comp130 Term Project 4/29/2013 Driver file
/******************************* DRIVER FILE ********************************************************
File: EndagererSpecies_Driver.cpp
Name: Dana Muise
Date: 4/29/2013
*/
#include <iostream>
#include "EndageredSpecies_H.h"
using namespace danaMuise;
int main ()
{
endangeredSpecies();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment