aboutsummaryrefslogtreecommitdiff
path: root/Project1/program.cpp
diff options
context:
space:
mode:
authorConnor McDowell <[email protected]>2024-02-09 15:10:32 -0800
committerConnor McDowell <[email protected]>2024-02-09 15:10:32 -0800
commitc851cc6802e1f1ce56afeee907e9dd4d0aa95029 (patch)
tree94cf6f01d097579e85b329de6b1821fe016c89f6 /Project1/program.cpp
parentadd deadline (diff)
downloadhomework-4-connormcdowell275-c851cc6802e1f1ce56afeee907e9dd4d0aa95029.tar.xz
homework-4-connormcdowell275-c851cc6802e1f1ce56afeee907e9dd4d0aa95029.zip
files set up
Diffstat (limited to 'Project1/program.cpp')
-rw-r--r--Project1/program.cpp11
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