From c851cc6802e1f1ce56afeee907e9dd4d0aa95029 Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Fri, 9 Feb 2024 15:10:32 -0800 Subject: files set up --- Project1/program.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Project1/program.cpp (limited to 'Project1/program.cpp') 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 +#include "header.h" + +using std::cout; +using std::cin; +using std::endl; \ No newline at end of file -- cgit v1.2.3