diff options
Diffstat (limited to 'CST116-BlankConsole/CST116-Lab0-pseudo-code-Taylorrog.txt')
| -rw-r--r-- | CST116-BlankConsole/CST116-Lab0-pseudo-code-Taylorrog.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-Lab0-pseudo-code-Taylorrog.txt b/CST116-BlankConsole/CST116-Lab0-pseudo-code-Taylorrog.txt new file mode 100644 index 0000000..e296cc1 --- /dev/null +++ b/CST116-BlankConsole/CST116-Lab0-pseudo-code-Taylorrog.txt @@ -0,0 +1,7 @@ +This program prints text in the console. There are no user inputs. + +First line: Print "Hello world!" + +Second line: Print "My name is Taylor Rogers and my Github is Taylorrog" + +End program.
\ No newline at end of file |