diff options
| author | Trenton Stark <[email protected]> | 2022-10-01 12:26:44 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-01 12:26:44 -0700 |
| commit | 4d5c006efd86fc5b8a8d2a912528332d94302621 (patch) | |
| tree | 9032ca6a847c573f377aff1953968d36fc6a5375 | |
| parent | Removed code that says "I need more commits" (diff) | |
| download | cst116-lab0-starktre-4d5c006efd86fc5b8a8d2a912528332d94302621.tar.xz cst116-lab0-starktre-4d5c006efd86fc5b8a8d2a912528332d94302621.zip | |
| -rw-r--r-- | CST116-BlankConsole/cst116-lab0-starktre-psuedocode.txt | 4 |
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!" |