diff options
| author | Morgan Cyrus <[email protected]> | 2022-10-01 12:31:49 -0700 |
|---|---|---|
| committer | Morgan Cyrus <[email protected]> | 2022-10-01 12:31:49 -0700 |
| commit | 60418d9451a146b82614775a6318047213d78db3 (patch) | |
| tree | 7f7623d20ae16af5b56431d1ac25c2ba1a2b79f2 | |
| parent | Add a text file (diff) | |
| download | cst116-lab0-cyrus-60418d9451a146b82614775a6318047213d78db3.tar.xz cst116-lab0-cyrus-60418d9451a146b82614775a6318047213d78db3.zip | |
Pseudo Code
| -rw-r--r-- | CST116-BlankConsole/CST116-Lab0-Cyrus-PseudoCode.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-Lab0-Cyrus-PseudoCode.txt b/CST116-BlankConsole/CST116-Lab0-Cyrus-PseudoCode.txt new file mode 100644 index 0000000..52ad689 --- /dev/null +++ b/CST116-BlankConsole/CST116-Lab0-Cyrus-PseudoCode.txt @@ -0,0 +1,8 @@ +Print "Hello World!" to the console and enter a new line + +Print "Hello, my name is Morgan..." +Enter a new line +Print "GitHub is a repository for our code where this is going to end up" +Enter a new line + +End
\ No newline at end of file |