diff options
| author | Joe Traver <[email protected]> | 2022-10-10 15:07:58 -0700 |
|---|---|---|
| committer | Joe Traver <[email protected]> | 2022-10-10 15:07:58 -0700 |
| commit | b2078b3d14d413c26004dc154cc63e28b933b977 (patch) | |
| tree | 7dfd071861179b56b7924f7438feaa506cb32870 /CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp | |
| parent | Changed file name (diff) | |
| download | cst116-ch5-debugging-joetraver30-b2078b3d14d413c26004dc154cc63e28b933b977.tar.xz cst116-ch5-debugging-joetraver30-b2078b3d14d413c26004dc154cc63e28b933b977.zip | |
Added header to code
Diffstat (limited to 'CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp')
| -rw-r--r-- | CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp index 9adc2eb..17aa017 100644 --- a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp +++ b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp @@ -68,6 +68,10 @@ using std::endl; int main()
{
+ cout << "Joe Traver" << endl;
+ cout << "CST 116" << endl;
+ cout << "Github ID - joetraver30" << endl;
+
float money = 123.45F;
float raise;
|