From c501e3f28c5408cc8f054ea6903531e5d1d4b0bc Mon Sep 17 00:00:00 2001 From: Anibal LopezBonilla Date: Tue, 4 Oct 2022 17:34:54 -0700 Subject: Small Details. Doing checklist --- CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla-Output.txt | 12 ++++++++++++ .../CST116-Lab0-Lopez-Bonilla-Pseudo-Code.txt | 11 +++++++++++ CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla.sln | 6 +++--- CST116-BlankConsole/Lab0-Output-Lopez-Bonilla.txt | 12 ++++++++++++ CST116-BlankConsole/Lab0-Pseudo-Code-Lopez-Bonilla.txt | 11 +++++++++++ CST116-BlankConsole/README.md | 2 ++ CST116-Lab0-Lopez-Bonilla-Output.txt | 12 ------------ CST116-Lab0-Lopez-Bonilla-Pseudo-Code.txt | 11 ----------- Lab0-Output-Lopez-Bonilla.txt | 12 ------------ Lab0-Pseudo-Code-Lopez-Bonilla.txt | 11 ----------- README.md | 2 -- 11 files changed, 51 insertions(+), 51 deletions(-) create mode 100644 CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla-Output.txt create mode 100644 CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla-Pseudo-Code.txt create mode 100644 CST116-BlankConsole/Lab0-Output-Lopez-Bonilla.txt create mode 100644 CST116-BlankConsole/Lab0-Pseudo-Code-Lopez-Bonilla.txt create mode 100644 CST116-BlankConsole/README.md delete mode 100644 CST116-Lab0-Lopez-Bonilla-Output.txt delete mode 100644 CST116-Lab0-Lopez-Bonilla-Pseudo-Code.txt delete mode 100644 Lab0-Output-Lopez-Bonilla.txt delete mode 100644 Lab0-Pseudo-Code-Lopez-Bonilla.txt delete mode 100644 README.md diff --git a/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla-Output.txt b/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla-Output.txt new file mode 100644 index 0000000..9551767 --- /dev/null +++ b/CST116-BlankConsole/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-BlankConsole/CST116-Lab0-Lopez-Bonilla-Pseudo-Code.txt b/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla-Pseudo-Code.txt new file mode 100644 index 0000000..998f288 --- /dev/null +++ b/CST116-BlankConsole/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 diff --git a/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla.sln b/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla.sln index fe1b3db..c3602c5 100644 --- a/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla.sln +++ b/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 -VisualStudioVersion = 17.3.32804.467 +VisualStudioVersion = 17.3.32922.545 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CST116-Lab0-Lopez-Bonilla", "CST116-BlankConsole.vcxproj", "{369D37DE-A099-4925-8283-6B7BF55736F9}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CST116-Lab0-Lopez-Bonilla", "CST116-Lab0-Lopez-Bonilla.vcxproj", "{369D37DE-A099-4925-8283-6B7BF55736F9}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -26,6 +26,6 @@ Global HideSolutionNode = FALSE EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {A16687D7-11B2-4D7B-8E68-4362E5BFE41E} + SolutionGuid = {F80FDF6B-AEFB-4E57-BD30-A2BF1F559671} EndGlobalSection EndGlobal diff --git a/CST116-BlankConsole/Lab0-Output-Lopez-Bonilla.txt b/CST116-BlankConsole/Lab0-Output-Lopez-Bonilla.txt new file mode 100644 index 0000000..9551767 --- /dev/null +++ b/CST116-BlankConsole/Lab0-Output-Lopez-Bonilla.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-BlankConsole/Lab0-Pseudo-Code-Lopez-Bonilla.txt b/CST116-BlankConsole/Lab0-Pseudo-Code-Lopez-Bonilla.txt new file mode 100644 index 0000000..998f288 --- /dev/null +++ b/CST116-BlankConsole/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 diff --git a/CST116-BlankConsole/README.md b/CST116-BlankConsole/README.md new file mode 100644 index 0000000..2323376 --- /dev/null +++ b/CST116-BlankConsole/README.md @@ -0,0 +1,2 @@ +# CST116-Lab00 +Main Lab0 lab diff --git a/CST116-Lab0-Lopez-Bonilla-Output.txt b/CST116-Lab0-Lopez-Bonilla-Output.txt deleted file mode 100644 index 9551767..0000000 --- a/CST116-Lab0-Lopez-Bonilla-Output.txt +++ /dev/null @@ -1,12 +0,0 @@ -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 deleted file mode 100644 index 998f288..0000000 --- a/CST116-Lab0-Lopez-Bonilla-Pseudo-Code.txt +++ /dev/null @@ -1,11 +0,0 @@ -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 diff --git a/Lab0-Output-Lopez-Bonilla.txt b/Lab0-Output-Lopez-Bonilla.txt deleted file mode 100644 index 9551767..0000000 --- a/Lab0-Output-Lopez-Bonilla.txt +++ /dev/null @@ -1,12 +0,0 @@ -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/Lab0-Pseudo-Code-Lopez-Bonilla.txt b/Lab0-Pseudo-Code-Lopez-Bonilla.txt deleted file mode 100644 index 998f288..0000000 --- a/Lab0-Pseudo-Code-Lopez-Bonilla.txt +++ /dev/null @@ -1,11 +0,0 @@ -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 diff --git a/README.md b/README.md deleted file mode 100644 index 2323376..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# CST116-Lab00 -Main Lab0 lab -- cgit v1.2.3