aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CST116-BlankConsole/CST 116 Lab0 Hello World! Pseudo code7
1 files changed, 3 insertions, 4 deletions
diff --git a/CST116-BlankConsole/CST 116 Lab0 Hello World! Pseudo code b/CST116-BlankConsole/CST 116 Lab0 Hello World! Pseudo code
index f4bd21e..a21f2d3 100644
--- a/CST116-BlankConsole/CST 116 Lab0 Hello World! Pseudo code
+++ b/CST116-BlankConsole/CST 116 Lab0 Hello World! Pseudo code
@@ -1,4 +1,3 @@
-cout displays whats currently in the console
-that displays hello world!
-cout displays Hi my Github name is Cobra Kai becuase its a play on my name.
-endl ends what the console is displaying. \ No newline at end of file
+Display "Hello world!"
+Display "Hi my Github Name is Cobra Kai a play on my last name."
+Stop. \ No newline at end of file