diff options
Diffstat (limited to 'Project1/program.cpp')
| -rw-r--r-- | Project1/program.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Project1/program.cpp b/Project1/program.cpp new file mode 100644 index 0000000..5fff3e6 --- /dev/null +++ b/Project1/program.cpp @@ -0,0 +1,11 @@ +// Name: Connor McDowell +// date: 2/9/2024 +// class: CST116 +// assignment: Assignment 4 (homework) + +#include <iostream> +#include "header.h" + +using std::cout; +using std::cin; +using std::endl;
\ No newline at end of file |