diff options
| author | WiserJ <[email protected]> | 2021-10-19 21:47:15 -0700 |
|---|---|---|
| committer | WiserJ <[email protected]> | 2021-10-19 21:47:15 -0700 |
| commit | 14e4e433c18a920247b3edfbea84b66838ce5623 (patch) | |
| tree | 5cfd4bf012d16b0d0ae6722df20ac08e6248fb43 | |
| parent | 3 (diff) | |
| download | cst116-proj1-jeffwoit-master.tar.xz cst116-proj1-jeffwoit-master.zip | |
| -rw-r--r-- | WiserProj1Main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WiserProj1Main.cpp b/WiserProj1Main.cpp index a8c419d..9ea3bde 100644 --- a/WiserProj1Main.cpp +++ b/WiserProj1Main.cpp @@ -10,6 +10,8 @@ //Jeffrey Wiser +//We met in class the day after the assignment was given to swap our codes. + #include <iostream> #include <iomanip> using namespace std; |