diff options
| author | tyler-tenny <[email protected]> | 2021-10-02 09:42:32 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-02 09:42:32 -0700 |
| commit | c0b9a6fcb1bcc922c4530fe0598441270d6d1eb9 (patch) | |
| tree | cdc26f94596acd97bf4d28df6e535d82d4b36f93 | |
| parent | Add online IDE url (diff) | |
| download | cst116-lab1-tyler-tenny-c0b9a6fcb1bcc922c4530fe0598441270d6d1eb9.tar.xz cst116-lab1-tyler-tenny-c0b9a6fcb1bcc922c4530fe0598441270d6d1eb9.zip | |
psuedocode
| -rw-r--r-- | psuedocode.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/psuedocode.txt b/psuedocode.txt new file mode 100644 index 0000000..cf59d2e --- /dev/null +++ b/psuedocode.txt @@ -0,0 +1,6 @@ +SET A = 10
+SET B = 100
+SET C = 1000
+SET D = A + B + C
+DIVIDE D BY 3
+PRINT "D"
\ No newline at end of file |