aboutsummaryrefslogtreecommitdiff
path: root/Project1
diff options
context:
space:
mode:
Diffstat (limited to 'Project1')
-rw-r--r--Project1/Homework3.cpp18
-rw-r--r--Project1/header.h11
2 files changed, 28 insertions, 1 deletions
diff --git a/Project1/Homework3.cpp b/Project1/Homework3.cpp
index e69de29..598228d 100644
--- a/Project1/Homework3.cpp
+++ b/Project1/Homework3.cpp
@@ -0,0 +1,18 @@
+// Name: Connor McDowell
+// Date: 1/30/3024
+// class: CIS116
+// Assignment: homework 3
+
+#include <iostream>
+#include "header.h"
+
+using std::cin;
+using std::cout;
+using std::endl;
+
+int main()
+{
+
+
+ return 0;
+} \ No newline at end of file
diff --git a/Project1/header.h b/Project1/header.h
index 6f70f09..2676c51 100644
--- a/Project1/header.h
+++ b/Project1/header.h
@@ -1 +1,10 @@
-#pragma once
+#ifndef MY_HEADER_FILE_H
+#define MY_HEADER_FILE_H
+
+
+
+
+
+
+
+#endif MY_HEADER_FILE_H