diff options
| author | Musa Ahmed <[email protected]> | 2022-10-04 16:21:48 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-10-04 16:21:48 -0700 |
| commit | 62b3332f52b3726f86a06568fb46f9384a201a3a (patch) | |
| tree | 343e097a9d3804e7e868a310e07e8ebab442f71d /CST116-BlankConsole/CST116-BlankConsole.cpp | |
| parent | Add files via upload (diff) | |
| download | cst116-lab0-m005a-62b3332f52b3726f86a06568fb46f9384a201a3a.tar.xz cst116-lab0-m005a-62b3332f52b3726f86a06568fb46f9384a201a3a.zip | |
testing repository
Diffstat (limited to 'CST116-BlankConsole/CST116-BlankConsole.cpp')
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index 49023f6..05ce40e 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -1,7 +1,9 @@ // CST116-BlankConsole.cpp : This file contains the 'main' function. Program execution begins and ends there.
-//Name: Musa, Course: CST116, Lab #0, Lab topics: Understand how to use the IDE and GitHub,and work with repositories
+//Name: Musa, Course: CST116, Lab #0, Lab topics: Understand how to use the IDE and GitHub,and work with repositories
+//testing repository
+
#include <iostream>
using std::cout;
|