aboutsummaryrefslogtreecommitdiff
path: root/CST116-BlankConsole/CST116-BlankConsole.cpp
diff options
context:
space:
mode:
authorCEOofOogaBooga <[email protected]>2022-09-29 15:08:03 -0700
committerCEOofOogaBooga <[email protected]>2022-09-29 15:08:03 -0700
commit1dfb2838d834ffedb2a09e4ae959be3017f6008e (patch)
tree436d20d2839c9659c90bf008781ff3c75ec06fb1 /CST116-BlankConsole/CST116-BlankConsole.cpp
parentSetting up GitHub Classroom Feedback (diff)
downloadcst116-lab0--trinh--1dfb2838d834ffedb2a09e4ae959be3017f6008e.tar.xz
cst116-lab0--trinh--1dfb2838d834ffedb2a09e4ae959be3017f6008e.zip
Eeeeee
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