diff options
| author | Tim Pearse <[email protected]> | 2022-10-05 16:32:24 -0700 |
|---|---|---|
| committer | Tim Pearse <[email protected]> | 2022-10-05 16:32:24 -0700 |
| commit | b7c9f5bbde6a8e4ab665ca8ed3e89a30ae3a2fc1 (patch) | |
| tree | 2007d79b28828e46c4ed903c9ee7395e82977138 /CST116-BlankConsole/CST116-BlankConsole.cpp | |
| parent | Change 6: Moved the pseudocode to the checklist.txt (diff) | |
| download | cst116-lab0-legokid1503-b7c9f5bbde6a8e4ab665ca8ed3e89a30ae3a2fc1.tar.xz cst116-lab0-legokid1503-b7c9f5bbde6a8e4ab665ca8ed3e89a30ae3a2fc1.zip | |
Change 7: Change 10 over the two gits. Hooray!
Diffstat (limited to 'CST116-BlankConsole/CST116-BlankConsole.cpp')
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index b3451b6..b67f9bc 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -5,6 +5,8 @@ Class : CST116_01P Lab # : 0
Topics : IDE, Simple Program, GitHub
+
+Change 10 over the two gits. Hooray!
*/
#include <iostream>
|