summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnibal LopezBonilla <[email protected]>2022-10-04 11:21:26 -0700
committerAnibal LopezBonilla <[email protected]>2022-10-04 11:21:26 -0700
commitb001faf66bdcdc4a24084c5a9d6c9db1d112b12c (patch)
tree0130fa8fc95cc8a722b8ea4a9931113931dca00a
parentSmall details and added pseudo code file. (diff)
downloadcst116-lab0-buzzerbeaterclutch-b001faf66bdcdc4a24084c5a9d6c9db1d112b12c.tar.xz
cst116-lab0-buzzerbeaterclutch-b001faf66bdcdc4a24084c5a9d6c9db1d112b12c.zip
Renamed Pseudo Code and Output
-rw-r--r--CST116-Lab0-Lopez-Bonilla-Output.txt12
-rw-r--r--CST116-Lab0-Lopez-Bonilla-Pseudo-Code.txt11
2 files changed, 23 insertions, 0 deletions
diff --git a/CST116-Lab0-Lopez-Bonilla-Output.txt b/CST116-Lab0-Lopez-Bonilla-Output.txt
new file mode 100644
index 0000000..9551767
--- /dev/null
+++ b/CST116-Lab0-Lopez-Bonilla-Output.txt
@@ -0,0 +1,12 @@
+Output from Lab0
+
+Hello World!
+
+My name is Anibal and I am a software engineering student at Oregon Tech.
+
+My Github username is BuzzerBeaterClutch
+
+C:\Users\speed\source\repos\cst116-lab0-BuzzerBeaterClutch\CST116-BlankConsole\Debug\CST116-Lab0-Lopez-Bonilla.exe (process 7480) exited with code 0.
+To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
+Press any key to close this window . . .
+
diff --git a/CST116-Lab0-Lopez-Bonilla-Pseudo-Code.txt b/CST116-Lab0-Lopez-Bonilla-Pseudo-Code.txt
new file mode 100644
index 0000000..998f288
--- /dev/null
+++ b/CST116-Lab0-Lopez-Bonilla-Pseudo-Code.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