aboutsummaryrefslogtreecommitdiff
path: root/CST116-BlankConsole
diff options
context:
space:
mode:
authorTrenton Stark <[email protected]>2022-10-01 12:26:44 -0700
committerTrenton Stark <[email protected]>2022-10-01 12:26:44 -0700
commit4d5c006efd86fc5b8a8d2a912528332d94302621 (patch)
tree9032ca6a847c573f377aff1953968d36fc6a5375 /CST116-BlankConsole
parentRemoved code that says "I need more commits" (diff)
downloadcst116-lab0-starktre-main.tar.xz
cst116-lab0-starktre-main.zip
FinishedHEADmain
Diffstat (limited to 'CST116-BlankConsole')
-rw-r--r--CST116-BlankConsole/cst116-lab0-starktre-psuedocode.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CST116-BlankConsole/cst116-lab0-starktre-psuedocode.txt b/CST116-BlankConsole/cst116-lab0-starktre-psuedocode.txt
index 7156e45..be847c2 100644
--- a/CST116-BlankConsole/cst116-lab0-starktre-psuedocode.txt
+++ b/CST116-BlankConsole/cst116-lab0-starktre-psuedocode.txt
@@ -1,6 +1,6 @@
include the iostream library
-use std::cout
-use std::endl
+use std::cout for cout
+use std::endl for endl
begin main
print "Hello World!"