diff options
| author | BensProgramma <[email protected]> | 2021-10-16 13:21:56 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-16 13:21:56 -0700 |
| commit | 47b82d7e17da56244aa27db6cde7aea74b4107d4 (patch) | |
| tree | 71b9173d032051a14881b2082eaf7d01ee3b9586 | |
| parent | Add files via upload (diff) | |
| download | cst116-proj1-bensprogramma-47b82d7e17da56244aa27db6cde7aea74b4107d4.tar.xz cst116-proj1-bensprogramma-47b82d7e17da56244aa27db6cde7aea74b4107d4.zip | |
Update CST116_Project1_HernandezJimenez_BROKEN.cpp
| -rw-r--r-- | CST116_Project1_HernandezJimenez_BROKEN.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CST116_Project1_HernandezJimenez_BROKEN.cpp b/CST116_Project1_HernandezJimenez_BROKEN.cpp index 06941e4..6d81aa4 100644 --- a/CST116_Project1_HernandezJimenez_BROKEN.cpp +++ b/CST116_Project1_HernandezJimenez_BROKEN.cpp @@ -1,11 +1,11 @@ // CST116_Project1_HernandezJimenez_BROKEN.cpp : This file contains the 'main' function. Program execution begins and ends there.
// **** Original program submitted by Frederico HernandezJimenez with errors 10/15/2021 7:58pm
-//
-//
+//
//
// **** This program was edited by Benjamin Schroeder 10/15/2021 8:34pm
+// **** - Original code arrived to Schroeder as a .cp file whose text was then was copied to this Visual Studio Project
// **** - The incorrect code has been commented out with a corrected line entered below the incorrect line
-// **** - edits have been notated with initials BAS
+// **** - Edits have been notated with initials BAS
|