diff options
| author | Musa Ahmed <[email protected]> | 2022-10-04 16:41:25 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-10-04 16:41:25 -0700 |
| commit | ebfe5b2c6c4b9080fdd18fe0fef8aa385cdac630 (patch) | |
| tree | 98ee726e53a9fc513b749cf50fdd19d00337566d | |
| parent | Uploading checklist (diff) | |
| download | cst116-lab0-debugging-m005a-ebfe5b2c6c4b9080fdd18fe0fef8aa385cdac630.tar.xz cst116-lab0-debugging-m005a-ebfe5b2c6c4b9080fdd18fe0fef8aa385cdac630.zip | |
edited comments
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index bab7ec0..52881e5 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -73,7 +73,7 @@ *
********************************************************************/
-// Name: Musa Ahmed, Course: CST116, Lab # 0, Learn how to debug
+// Name: Musa Ahmed, Course: CST116, Lab # 0, Learn how to debug and how to use an IDE as well as GitHub
#include <iostream>
#include <iomanip>
|