diff options
| author | Connor McDowell <[email protected]> | 2024-02-15 16:35:18 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-02-15 16:35:18 -0800 |
| commit | 06a27e9f3e7c492290d2c41ed662fb743fbb2401 (patch) | |
| tree | e4fcb53e892f067d15daeffe87be148821c3eea2 /Project1/main.cpp | |
| parent | files added (diff) | |
| download | in-class-exercise-12-connormcdowell275-06a27e9f3e7c492290d2c41ed662fb743fbb2401.tar.xz in-class-exercise-12-connormcdowell275-06a27e9f3e7c492290d2c41ed662fb743fbb2401.zip | |
links created, usings created
Diffstat (limited to 'Project1/main.cpp')
| -rw-r--r-- | Project1/main.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Project1/main.cpp b/Project1/main.cpp index e69de29..dab64a4 100644 --- a/Project1/main.cpp +++ b/Project1/main.cpp @@ -0,0 +1,20 @@ +// Name: Connor McDowell +// date: 2/12/2024 +// class: CST116 +// reason: inclass exercise 11, 2d arrays + +#include <iostream> +#include <ostream> +#include "c_array.h" + +using std::cin; +using std::cout; +using std::endl; + +int main() +{ + + + + return 0; +}
\ No newline at end of file |