diff options
| -rw-r--r-- | CST116-Lab0-Lopez-Bonilla-Output.txt | 12 | ||||
| -rw-r--r-- | CST116-Lab0-Lopez-Bonilla-Pseudo-Code.txt | 11 |
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 |