From 815d36c5c156dad6ab7259e721bfe82a7c2cd19c Mon Sep 17 00:00:00 2001 From: Matthew Taeza Date: Sun, 2 Oct 2022 11:04:00 -0700 Subject: First Commit --- CST116-BlankConsole/CST116-BlankConsole.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'CST116-BlankConsole/CST116-BlankConsole.cpp') diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index f52b208..285dbf9 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -1,11 +1,13 @@ // CST116-BlankConsole.cpp : This file contains the 'main' function. Program execution begins and ends there. -// +// Matthew Taeza CST116-Lab0 #include +using namespace std; int main() { - std::cout << "Hello World!\n"; + cout << "Hello World!" << endl; + cout << "my github is matthewtaeza" << endl; } // Run program: Ctrl + F5 or Debug > Start Without Debugging menu -- cgit v1.2.3