aboutsummaryrefslogtreecommitdiff
path: root/CST116-BlankConsole/CST116-BlankConsole.cpp
diff options
context:
space:
mode:
authorKai <[email protected]>2022-10-05 17:29:31 -0700
committerKai <[email protected]>2022-10-05 17:29:31 -0700
commitf02e5519050e6bdc2824f3a643b7cbc679d11b92 (patch)
tree45f8404dd06d775c6504bcd9623e6984367c2a48 /CST116-BlankConsole/CST116-BlankConsole.cpp
parentHow to puch (diff)
downloadcst116-lab0-cobrakai2-f02e5519050e6bdc2824f3a643b7cbc679d11b92.tar.xz
cst116-lab0-cobrakai2-f02e5519050e6bdc2824f3a643b7cbc679d11b92.zip
Last commit was a multitude of changes that I made to the project.
Diffstat (limited to 'CST116-BlankConsole/CST116-BlankConsole.cpp')
-rw-r--r--CST116-BlankConsole/CST116-BlankConsole.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp
index f52b208..ad14995 100644
--- a/CST116-BlankConsole/CST116-BlankConsole.cpp
+++ b/CST116-BlankConsole/CST116-BlankConsole.cpp
@@ -1,11 +1,18 @@
// CST116-BlankConsole.cpp : This file contains the 'main' function. Program execution begins and ends there.
+//
+//Ernest Kai CST 116 Lab 0 Debugging
//
#include <iostream>
+using std::cout;
+using std::endl;
+using std::cin;
int main()
{
- std::cout << "Hello World!\n";
+ cout << "Hello World!";
+ cout << "Hi my Github Name is Cobra Kai a play on my last name." << endl;
+
}
// Run program: Ctrl + F5 or Debug > Start Without Debugging menu