aboutsummaryrefslogtreecommitdiff
path: root/CST116-BlankConsole/CST116-BlankConsole.cpp
diff options
context:
space:
mode:
authorMatthew Taeza <[email protected]>2022-10-02 11:04:00 -0700
committerMatthew Taeza <[email protected]>2022-10-02 11:04:00 -0700
commit815d36c5c156dad6ab7259e721bfe82a7c2cd19c (patch)
tree922e8b4ba9a8535d03eecc721a0fb608802251f8 /CST116-BlankConsole/CST116-BlankConsole.cpp
parentFirst Commit (diff)
downloadarchived-cst116-lab0-matthewtaeza-815d36c5c156dad6ab7259e721bfe82a7c2cd19c.tar.xz
archived-cst116-lab0-matthewtaeza-815d36c5c156dad6ab7259e721bfe82a7c2cd19c.zip
First Commit
Diffstat (limited to 'CST116-BlankConsole/CST116-BlankConsole.cpp')
-rw-r--r--CST116-BlankConsole/CST116-BlankConsole.cpp6
1 files changed, 4 insertions, 2 deletions
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 <iostream>
+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