Init
This commit is contained in:
17
src/life.cpp
Executable file
17
src/life.cpp
Executable file
@ -0,0 +1,17 @@
|
||||
// This is the CPP file you will edit and turn in.
|
||||
// Also remove these comments here and add your own.
|
||||
// TODO: remove this comment header
|
||||
|
||||
#include <iostream>
|
||||
#include "grid.h"
|
||||
#include "lifeutil.h"
|
||||
#include <string>
|
||||
|
||||
|
||||
int main() {
|
||||
|
||||
// TODO: Finish the program!
|
||||
|
||||
std::cout << "Have a nice Life! " << std::endl;
|
||||
return 0;
|
||||
}
|
3
src/readme.txt
Executable file
3
src/readme.txt
Executable file
@ -0,0 +1,3 @@
|
||||
This directory contains the source code files (*.cpp, *.h)
|
||||
that you will write as you complete the assignment.
|
||||
We will also put any instructor-provided code here.
|
Reference in New Issue
Block a user