diff options
| author | Trenton Stark <[email protected]> | 2022-10-12 20:36:33 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-12 20:36:33 -0700 |
| commit | c74dff92d9bf3eb69a6b742922c87504bb15e522 (patch) | |
| tree | 8c10816c08bf6c35e31ba46e82ccd59f2d5587a2 /CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp | |
| parent | testing github login (diff) | |
| download | cst116-ch6-debugging-stark-c74dff92d9bf3eb69a6b742922c87504bb15e522.tar.xz cst116-ch6-debugging-stark-c74dff92d9bf3eb69a6b742922c87504bb15e522.zip | |
Finished
Diffstat (limited to 'CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp')
| -rw-r--r-- | CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp index be9a0b9..3d11d51 100644 --- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp +++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp @@ -57,5 +57,4 @@ int main() << celcius << " degrees C" << endl;
return 0;
-}
-//testing
\ No newline at end of file +}
\ No newline at end of file |