diff options
| author | jacobdw22 <[email protected]> | 2022-11-28 20:00:03 -0800 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-11-28 20:00:03 -0800 |
| commit | 0be1e58e1149e1a208c4b83451ccc6102cfeada8 (patch) | |
| tree | 41310e3d8abe40d48b5a2e3d2ad0e72d0387de52 | |
| parent | Slight adjustments. Everything works. Might need help getting the final value... (diff) | |
| download | cst116-lab3-jacobdw22-0be1e58e1149e1a208c4b83451ccc6102cfeada8.tar.xz cst116-lab3-jacobdw22-0be1e58e1149e1a208c4b83451ccc6102cfeada8.zip | |
Adjusted starting comments
| -rw-r--r-- | BlankConsoleLab/cst116-lab3-wilson.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/BlankConsoleLab/cst116-lab3-wilson.cpp b/BlankConsoleLab/cst116-lab3-wilson.cpp index 46862bc..635c5a4 100644 --- a/BlankConsoleLab/cst116-lab3-wilson.cpp +++ b/BlankConsoleLab/cst116-lab3-wilson.cpp @@ -1,8 +1,8 @@ -/*Jacob Wilson -cst116 -Lab 3 -11/28/2022*/ +/* Jacob Wilson + cst116 + Lab 3 + 11/28/2022 */ ///////////////////////////// Pre Compiler Directives ///////////////////////////// |