diff options
| author | Connor McDowell <[email protected]> | 2024-02-08 11:42:13 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-08 11:42:13 -0800 |
| commit | 501b34beab0592810bf5547a9c105b54c97e2f43 (patch) | |
| tree | da029d1a49773431341f03a1a59a7b36f762b1a3 /Inclass-9/ReferenceExamples.cpp | |
| parent | add deadline (diff) | |
| download | in-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.cpp | 8 |
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 |