diff options
| author | Taylor Rogers <[email protected]> | 2022-10-03 08:32:34 -0700 |
|---|---|---|
| committer | Taylor Rogers <[email protected]> | 2022-10-03 08:32:34 -0700 |
| commit | 3a648a61a5e44b3c246dce5bb25d9235d54333c0 (patch) | |
| tree | 127a034b429b775cc8478fdce4b0138e6e402138 | |
| parent | Added txt file of output (diff) | |
| download | cst116-lab0-taylorrog-3a648a61a5e44b3c246dce5bb25d9235d54333c0.tar.xz cst116-lab0-taylorrog-3a648a61a5e44b3c246dce5bb25d9235d54333c0.zip | |
Added pseudo code
| -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 |