diff options
| author | Kai <[email protected]> | 2022-10-05 21:15:57 -0700 |
|---|---|---|
| committer | Kai <[email protected]> | 2022-10-05 21:15:57 -0700 |
| commit | cd07d430fc71f0a63e186d53ff1eb67e7918c826 (patch) | |
| tree | d9634835d8209daf0525373054279210b89b308b | |
| parent | Fixed pseudo code (diff) | |
| download | cst116-lab0-cobrakai2-cd07d430fc71f0a63e186d53ff1eb67e7918c826.tar.xz cst116-lab0-cobrakai2-cd07d430fc71f0a63e186d53ff1eb67e7918c826.zip | |
Filler commit
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index ad14995..720b8a8 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -16,7 +16,7 @@ int main() }
// Run program: Ctrl + F5 or Debug > Start Without Debugging menu
-// Debug program: F5 or Debug > Start Debugging menu
+// Debug program: F5 or Debug > Start Debugging menu.
// Tips for Getting Started:
// 1. Use the Solution Explorer window to add/manage files
|