summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnibal LopezBonilla <[email protected]>2022-10-04 10:56:29 -0700
committerAnibal LopezBonilla <[email protected]>2022-10-04 10:56:29 -0700
commitbd77fdf4fdd876ee9a9b6a6787ff572cb7f53d2e (patch)
treecea6a81655d4aa3af69b32a66429b75569ab6137
parentAdded output file of Lab0 (diff)
downloadcst116-lab0-buzzerbeaterclutch-bd77fdf4fdd876ee9a9b6a6787ff572cb7f53d2e.tar.xz
cst116-lab0-buzzerbeaterclutch-bd77fdf4fdd876ee9a9b6a6787ff572cb7f53d2e.zip
Small details and added pseudo code file.
-rw-r--r--CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla.cpp2
-rw-r--r--Lab0-Pseudo-Code-Lopez-Bonilla.txt11
2 files changed, 12 insertions, 1 deletions
diff --git a/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla.cpp b/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla.cpp
index 619a389..2a4cd83 100644
--- a/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla.cpp
+++ b/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla.cpp
@@ -1,4 +1,4 @@
-// CST116-BlankConsole.cpp : This file contains the 'main' function. Program execution begins and ends there.
+// CST116-Lab0-Lopez-Bonilla.cpp : This file contains the 'main' function. Program execution begins and ends there.
//
#include <iostream>
diff --git a/Lab0-Pseudo-Code-Lopez-Bonilla.txt b/Lab0-Pseudo-Code-Lopez-Bonilla.txt
new file mode 100644
index 0000000..998f288
--- /dev/null
+++ b/Lab0-Pseudo-Code-Lopez-Bonilla.txt
@@ -0,0 +1,11 @@
+Psuedo Code for Lab0
+
+Program Begins
+
+Hello World Statement is shown to the user.
+
+Introduction statement is shown to the user.
+
+Github information statement is shown to the user.
+
+Program Ends \ No newline at end of file