From 98f06beec7199d1c39b05d57da45ccd5771a2fc1 Mon Sep 17 00:00:00 2001 From: DoolyBoi Date: Thu, 29 Sep 2022 15:06:02 -0700 Subject: Finished adding who I am and my github name --- CST116-BlankConsole/CST116-BlankConsole.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index a10244f..abb06e1 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -15,6 +15,7 @@ using std::endl; int main() { cout << "Hello World!" << endl; + cout << "My name is Abdullah Havaldar and my github name is abd00l4h" << endl; } // Run program: Ctrl + F5 or Debug > Start Without Debugging menu -- cgit v1.2.3