cs228/PG3/pg3.h

10 lines
107 B
C

// Ben Harris
#ifndef _PG3_
#define _PG3_
// method definitions
int main(int argc, char **argv);
#endif