From 1dfb2838d834ffedb2a09e4ae959be3017f6008e Mon Sep 17 00:00:00 2001 From: CEOofOogaBooga Date: Thu, 29 Sep 2022 15:08:03 -0700 Subject: Eeeeee --- CST116-BlankConsole/CST116-BlankConsole.cpp | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'CST116-BlankConsole/CST116-BlankConsole.cpp') diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index f52b208..4bd08b3 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -1,11 +1,16 @@ // CST116-BlankConsole.cpp : This file contains the 'main' function. Program execution begins and ends there. -// +/* Thomas Trinh +CST116 +Lab #0 +IDE, Simple Program, GitHub */ #include - +using std::cout; +using std::endl; int main() { - std::cout << "Hello World!\n"; + cout << "Hello World!" << endl; + cout << "Thomas Trinh, CEOofOogaBooga;" << endl; } // Run program: Ctrl + F5 or Debug > Start Without Debugging menu @@ -17,4 +22,4 @@ int main() // 3. Use the Output window to see build output and other messages // 4. Use the Error List window to view errors // 5. Go to Project > Add New Item to create new code files, or Project > Add Existing Item to add existing code files to the project -// 6. In the future, to open this project again, go to File > Open > Project and select the .sln file +// 6. In the future, to open this project again, go to File > Open > Project and select the .sln file \ No newline at end of file -- cgit v1.2.3