diff options
| author | Anibal LopezBonilla <[email protected]> | 2022-10-04 10:56:29 -0700 |
|---|---|---|
| committer | Anibal LopezBonilla <[email protected]> | 2022-10-04 10:56:29 -0700 |
| commit | bd77fdf4fdd876ee9a9b6a6787ff572cb7f53d2e (patch) | |
| tree | cea6a81655d4aa3af69b32a66429b75569ab6137 | |
| parent | Added output file of Lab0 (diff) | |
| download | cst116-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.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 |