aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-tenny <[email protected]>2021-10-02 09:42:32 -0700
committerGitHub <[email protected]>2021-10-02 09:42:32 -0700
commitc0b9a6fcb1bcc922c4530fe0598441270d6d1eb9 (patch)
treecdc26f94596acd97bf4d28df6e535d82d4b36f93
parentAdd online IDE url (diff)
downloadcst116-lab1-tyler-tenny-c0b9a6fcb1bcc922c4530fe0598441270d6d1eb9.tar.xz
cst116-lab1-tyler-tenny-c0b9a6fcb1bcc922c4530fe0598441270d6d1eb9.zip
psuedocode
-rw-r--r--psuedocode.txt6
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