aboutsummaryrefslogtreecommitdiff
path: root/CST116-BlankConsole/CST116-BlankConsole.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CST116-BlankConsole/CST116-BlankConsole.cpp')
-rw-r--r--CST116-BlankConsole/CST116-BlankConsole.cpp13
1 files changed, 9 insertions, 4 deletions
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 <iostream>
-
+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