aboutsummaryrefslogtreecommitdiff
path: root/Inclass-9/ReferenceExamples.cpp
diff options
context:
space:
mode:
authorConnor McDowell <[email protected]>2024-02-08 11:42:13 -0800
committerConnor McDowell <[email protected]>2024-02-08 11:42:13 -0800
commit501b34beab0592810bf5547a9c105b54c97e2f43 (patch)
treeda029d1a49773431341f03a1a59a7b36f762b1a3 /Inclass-9/ReferenceExamples.cpp
parentadd deadline (diff)
downloadin-class-exercise-9-connormcdowell275-501b34beab0592810bf5547a9c105b54c97e2f43.tar.xz
in-class-exercise-9-connormcdowell275-501b34beab0592810bf5547a9c105b54c97e2f43.zip
.cpp and .h files set up, labled, and included.
Diffstat (limited to 'Inclass-9/ReferenceExamples.cpp')
-rw-r--r--Inclass-9/ReferenceExamples.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Inclass-9/ReferenceExamples.cpp b/Inclass-9/ReferenceExamples.cpp
new file mode 100644
index 0000000..aaef1d6
--- /dev/null
+++ b/Inclass-9/ReferenceExamples.cpp
@@ -0,0 +1,8 @@
+// Program.cpp function code file.
+
+#include <iostream>
+#include "ReferenceExamples.h"
+
+using std::cin;
+using std::cout;
+using std::endl; \ No newline at end of file