cs201/PG3/PG3.h

16 lines
216 B
C
Raw Permalink Normal View History

2016-09-20 21:06:42 +00:00
//Ben Harris
//Header file for PG3
#ifndef _PG3_
#define _PG3_
#include <iostream>
#include <string>
#include <cstdlib>
2016-09-20 21:06:42 +00:00
using namespace std;
int main(int argc, char **argv);// Main method.
#endif