aboutsummaryrefslogtreecommitdiff
path: root/Project1/program.cpp
diff options
context:
space:
mode:
authorConnor McDowell <[email protected]>2024-02-10 15:54:35 -0800
committerConnor McDowell <[email protected]>2024-02-10 15:54:35 -0800
commitc7d3c18c684b6eb34198098385820eb42808032c (patch)
tree3f49966d66f1aa0c03e7700ce3715264bf53e134 /Project1/program.cpp
parentadd deadline (diff)
downloadarchived-homework-5-connormcdowell275-c7d3c18c684b6eb34198098385820eb42808032c.tar.xz
archived-homework-5-connormcdowell275-c7d3c18c684b6eb34198098385820eb42808032c.zip
testing ins, struct manipulation and list manipulation
Diffstat (limited to 'Project1/program.cpp')
-rw-r--r--Project1/program.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/Project1/program.cpp b/Project1/program.cpp
new file mode 100644
index 0000000..e893d7f
--- /dev/null
+++ b/Project1/program.cpp
@@ -0,0 +1,20 @@
+// name: Connor McDowell
+// date: 2/10/2024
+// class: CST116
+// reason: homework number 5
+
+#include "Contacts.h"
+#include <iostream>
+
+using std::cin;
+using std::cout;
+using std::endl;
+
+int main()
+{
+ addNew();
+
+
+
+ return 0;
+} \ No newline at end of file