diff options
Diffstat (limited to 'Inclass 10/program.cpp')
| -rw-r--r-- | Inclass 10/program.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Inclass 10/program.cpp b/Inclass 10/program.cpp new file mode 100644 index 0000000..3cbe4b4 --- /dev/null +++ b/Inclass 10/program.cpp @@ -0,0 +1,18 @@ +// name: Connor McDowell +// date: 2/8/2024 +// class: CIS116 +// reason: Inclass exercise 10 + +#include <iostream> +#include "Header.h" + +using std::cin; +using std::cout; +using std::endl; + +int main() +{ + + + return 0; +}
\ No newline at end of file |