diff options
| -rw-r--r-- | CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla.cpp | 2 | ||||
| -rw-r--r-- | Lab0-Pseudo-Code-Lopez-Bonilla.txt | 11 |
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 |