diff options
| author | Hannah Wu <[email protected]> | 2022-10-05 21:48:21 -0700 |
|---|---|---|
| committer | Hannah Wu <[email protected]> | 2022-10-05 21:48:21 -0700 |
| commit | 0ff088cdfed31ce8ffb179cd938365385fc877b1 (patch) | |
| tree | 7e595b951de3aa75afeb245fed1e5ce23b8dae78 /CST116-BlankConsole | |
| parent | Cleaned up output text file (diff) | |
| download | cst116-lab0-wu-0ff088cdfed31ce8ffb179cd938365385fc877b1.tar.xz cst116-lab0-wu-0ff088cdfed31ce8ffb179cd938365385fc877b1.zip | |
Diffstat (limited to 'CST116-BlankConsole')
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index e34efa5..cba49ed 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -8,7 +8,6 @@ using std::endl; int main()
{
cout << "My name is Hannah Wu and my GitHub is HJCST" << endl;
-
}
|