diff options
| author | Andrei F <[email protected]> | 2022-10-12 21:56:47 -0700 |
|---|---|---|
| committer | Andrei F <[email protected]> | 2022-10-12 21:56:47 -0700 |
| commit | ff73bdbb770b05346e52a7eee918bde110fe386b (patch) | |
| tree | bd4c0b74da3d3c1b55d51c96a1c10d9afba7901d | |
| parent | Added output file and renamed the main file to include my name (diff) | |
| download | cst116-ch7-debugging-florea-ff73bdbb770b05346e52a7eee918bde110fe386b.tar.xz cst116-ch7-debugging-florea-ff73bdbb770b05346e52a7eee918bde110fe386b.zip | |
Added my name and other details to the top of the main program
| -rw-r--r-- | CST116-Ch7-Debugging/CST116-Ch7-Debugging-Florea.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging-Florea.cpp b/CST116-Ch7-Debugging/CST116-Ch7-Debugging-Florea.cpp index bb7ed08..c4116fd 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging-Florea.cpp +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging-Florea.cpp @@ -1,4 +1,6 @@ /********************************************************************
+ * Andrei Florea - CST 116 - Ch7 - Debugging
+ *
* File: CST116-Ch7-Debugging.cpp
*
* General Instructions: Complete each step before proceeding to the
|