aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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