From bd77fdf4fdd876ee9a9b6a6787ff572cb7f53d2e Mon Sep 17 00:00:00 2001 From: Anibal LopezBonilla Date: Tue, 4 Oct 2022 10:56:29 -0700 Subject: Small details and added pseudo code file. --- CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla.cpp | 2 +- Lab0-Pseudo-Code-Lopez-Bonilla.txt | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 Lab0-Pseudo-Code-Lopez-Bonilla.txt 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 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 -- cgit v1.2.3