diff options
| author | Hannah Wu <[email protected]> | 2022-10-05 21:44:45 -0700 |
|---|---|---|
| committer | Hannah Wu <[email protected]> | 2022-10-05 21:44:45 -0700 |
| commit | 745cc8c17d46ebfdb233999063de65d40e2ac433 (patch) | |
| tree | 8facad9f509af7b799ec0476243edea228268473 | |
| parent | Updated Pseudo-code file (diff) | |
| download | cst116-lab0-wu-745cc8c17d46ebfdb233999063de65d40e2ac433.tar.xz cst116-lab0-wu-745cc8c17d46ebfdb233999063de65d40e2ac433.zip | |
Updated pseudocode formatting
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole-pseudocode.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole-pseudocode.txt b/CST116-BlankConsole/CST116-BlankConsole-pseudocode.txt index e2b9633..74abbb0 100644 --- a/CST116-BlankConsole/CST116-BlankConsole-pseudocode.txt +++ b/CST116-BlankConsole/CST116-BlankConsole-pseudocode.txt @@ -1,2 +1,2 @@ -PRINT - "My name is Hannah Wu and my GitHub is HJCST"
\ No newline at end of file +IF program is SET to run + PRINT "My name is Hannah Wu and my GitHub is HJCST"
\ No newline at end of file |