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.h | |
| 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.h')
| -rw-r--r-- | Inclass-9/ReferenceExamples.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Inclass-9/ReferenceExamples.h b/Inclass-9/ReferenceExamples.h new file mode 100644 index 0000000..5c679d5 --- /dev/null +++ b/Inclass-9/ReferenceExamples.h @@ -0,0 +1,9 @@ +#ifndef HEADER +#def HEADER + + + + + + +#endif HEADER |