diff options
| -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 |