From 0ff088cdfed31ce8ffb179cd938365385fc877b1 Mon Sep 17 00:00:00 2001 From: Hannah Wu Date: Wed, 5 Oct 2022 21:48:21 -0700 Subject: Cleaned up main file. --- CST116-BlankConsole/CST116-BlankConsole.cpp | 1 - 1 file changed, 1 deletion(-) 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; - } -- cgit v1.2.3