diff options
| author | Kai <[email protected]> | 2022-10-05 21:16:14 -0700 |
|---|---|---|
| committer | Kai <[email protected]> | 2022-10-05 21:16:14 -0700 |
| commit | e17d4b73099ee68c80e0e13d0ab606d834585a2e (patch) | |
| tree | 7f6fae8fde6cb62695f17626a9edf4fdc21e6bfa | |
| parent | Filler commit (diff) | |
| download | cst116-lab0-cobrakai2-e17d4b73099ee68c80e0e13d0ab606d834585a2e.tar.xz cst116-lab0-cobrakai2-e17d4b73099ee68c80e0e13d0ab606d834585a2e.zip | |
another 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 720b8a8..b961e6c 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -1,6 +1,6 @@ // CST116-BlankConsole.cpp : This file contains the 'main' function. Program execution begins and ends there.
//
-//Ernest Kai CST 116 Lab 0 Debugging
+//Ernest Kai CST 116 Lab 0 Debugging.
//
#include <iostream>
|