diff options
| author | Musa Ahmed <[email protected]> | 2022-10-05 19:18:55 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-10-05 19:18:55 -0700 |
| commit | 9e41a453090ef4e44b9a0cef0f6719b3513ecfba (patch) | |
| tree | ecfe454df6fb87e0188e75538cc31aa6b2462507 | |
| parent | changeed names (diff) | |
| download | cst116-lab0-m005a-9e41a453090ef4e44b9a0cef0f6719b3513ecfba.tar.xz cst116-lab0-m005a-9e41a453090ef4e44b9a0cef0f6719b3513ecfba.zip | |
b
| -rw-r--r-- | CST116-BlankConsole/CST116-Lab0-Ahmed.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-Lab0-Ahmed.cpp b/CST116-BlankConsole/CST116-Lab0-Ahmed.cpp index 0be1ac0..6468701 100644 --- a/CST116-BlankConsole/CST116-Lab0-Ahmed.cpp +++ b/CST116-BlankConsole/CST116-Lab0-Ahmed.cpp @@ -13,6 +13,7 @@ int main() { cout << "Hello World!" << endl; cout << "My name is Musa and my GitHub is: M0054" << endl; + } // Run program: Ctrl + F5 or Debug > Start Without Debugging menu |